0.0
A long-lived project that still receives updates
Jekyll plugin extracted from al-folio that provides image tool styles/scripts for zoom, galleries, sliders, comparisons, and lightbox integrations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0, < 3.0
~> 13.0

Runtime

 Project Readme

al-img-tools

al_img_tools provides image/gallery tooling for al-folio v1.x and compatible Jekyll sites.

Features

  • Image comparison sliders
  • Lightbox-style galleries (vanilla adapter for data-lightbox markup)
  • Medium zoom
  • Image sliders
  • PhotoSwipe galleries
  • Spotlight galleries
  • VenoBox galleries

Installation

gem 'al_img_tools'
plugins:
  - al_img_tools

Usage

Per-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 %}

Ecosystem context

  • Starter examples/docs live in al-folio.
  • Gallery/lightbox runtime behavior is owned here.

Contributing

Image runtime/adapter behavior changes should be proposed in this repository.