al_img_tools provides image/gallery tooling for al-folio v1.x and compatible Jekyll sites.
- Image comparison sliders
- Lightbox-style galleries (vanilla adapter for
data-lightboxmarkup) - Medium zoom
- Image sliders
- PhotoSwipe galleries
- Spotlight galleries
- VenoBox galleries
gem 'al_img_tools'plugins:
- al_img_toolsPer-page front matter example:
---
layout: page
title: Gallery
images:
lightbox2: true
compare: true
slider: true
photoswipe: true
spotlight: true
venobox: true
medium_zoom: true
---Render plugin assets:
{% al_img_tools_styles %}
{% al_img_tools_scripts %}- Starter examples/docs live in
al-folio. - Gallery/lightbox runtime behavior is owned here.
Image runtime/adapter behavior changes should be proposed in this repository.