Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 426 Bytes

ZoomBox.js

An easy but working jQuery lightbox plugin. This plugin utilizes slick-carousel.

Include it

<script src="https://cdn.jsdelivr.net/npm/zoombox.js@1" charset="utf-8"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zoombox.js@1/dist/zoombox.min.css" />

Use it

$(function () {
  $('.my-img-class').zoombox();
})