Skip to content

al-org-dev/al-img-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Al-Img-Tools

A Jekyll plugin that provides various image manipulation features for al-folio sites.

Features

  • Image comparison sliders
  • Lightbox galleries
  • Medium zoom
  • Image sliders
  • PhotoSwipe galleries
  • VenoBox galleries

Installation

Add this line to your Jekyll site's Gemfile:

gem 'al_img_tools'

And then execute:

$ bundle install

Usage

  1. Add the plugin to your site's _config.yml:
plugins:
  - al_img_tools
  1. Use image features in your pages:
---
layout: page
title: Gallery
images:
  gallery: true      # Enable lightbox gallery
  compare: true      # Enable image comparison slider
  slider: true       # Enable image slider
  photoswipe: true   # Enable PhotoSwipe gallery
  venobox: true      # Enable VenoBox gallery
  medium_zoom: true  # Enable medium zoom for images
---
  1. Add the image scripts tag to your layout file (e.g., _layouts/default.html):
{% al_img_scripts %}

Development

After checking out the repo, run bundle install to install dependencies.

Contributing

Bug reports and pull requests are welcome on GitHub.

About

al-folio plugin for image manipulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published