Ion.Zoom 1.2
jQuery lightbox plugin for image zoom

Feedback and support

If you find some bugs or missing functional in plugins, use Issues page on GitHub

Support

Support ion.RangeSlider «Patreon»
Bitcoin 13vdgT6EoAVupdGuLhE4ABW245NTixAj1G

Adv

Description

  • ion.zoom — easy image lightbox jQuery plugin for small galleries. Allow to zoom images at place.
  • Supports keyboard controls with ESC, LEFT and RIGHT button.
  • Supports multiple independently operating galleries in one page.
  • Crossbrowser: Google Chrome, Mozilla Firefox, Opera, Safari, IE(8.0+)
  • Works on touch screen devices (iPhone, iPad, etc.).
  • GitHub page.
  • Ion.Zoom is freely distributed under terms of MIT licence.

Demo with controls

Demo without controls

Dependencies

Using script

Import this libraries:

  • jQuery
  • ion.zoom.min.js

CSS:

  • normalize.min.css - desirable if you have not yet connected one
  • ion.zoom.css

Create gallery with group of links like this:

a href="link to big image" class="gallery_1"

Initialize gallery:

$(".gallery_1").ionZoom();

Or initialize gallery with custom settings:

$(".gallery_2").ionZoom({
    visibleControls: false                  // Disable visual controls
});

Public methods

Close gallery:

$(".gallery_1").ionZoom("close");

Download

Support

Share

comments powered by Disqus
Fork me on GitHub