HalkaBox.js Versions Save

A simple and basic Javascript lightbox.

1.6.0

4 years ago
  • Added double tap to zoom in/out on touch devices

1.5.1

5 years ago
  • Custom vieport meta tag changes window.innerWidth when lightbox gets displayed and prevents swipe in firefox mobile. update viewport var when lightbox is displayed.
  • Error pointed out by the courtesy of https://github.com/k3a

1.5.0

5 years ago
  • swipeUpToClose added
  • added 'title' and 'data-title' for caption

1.4.1

5 years ago
  • Added swipe down to close.
  • Added options to enable/disable (swipe down to close), (next or prev image on mouse wheel scroll) and (ability to zoom the image)
  • Refactored preload images functions.

1.4.0

5 years ago
  • Added API
  • Fixed styling errors

1.3.0

6 years ago
  • Added zoom for desktop devices.
  • Use MouseWheel to jump to next/prev image.
  • Use Ctrl+MouseWheel to zoom in/out.

1.2.0

6 years ago
  • Added module.exports

1.1.1

6 years ago
  • Bug Fixes in IE

1.1.0

6 years ago
  • Manual spread zoom added for touch devices.

1.0.0

6 years ago
  • Captions added via title attributes
  • Image counter added
  • Hook changed from data-hb to class for better legacy support
  • Hide distractions(buttons,captions) on single click/touch