GalleryPopup is used when you have an image gallery, and want to overlay images on top of the page.
- Author: Louise Ryste
- License: ISC
- Requires: jQuery
- Download the files
- In your HTML file add the scripts before your closing body tag, in this order:
jquery.min.jsjquery.gallery-popup.js- Your own script file, e.g.
script.js
- Activate the plugin by writing
$('#imgGallery').galleryPopUp();inside your script file.