Changeset 3249729
- Timestamp:
- 03/03/2025 01:55:15 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
block-gallery-to-carousel-lightbox/tags/1.0.1/js/public.js
r3249597 r3249729 40 40 var inlineGallery = lightGallery(my_container, { 41 41 container: my_container, 42 // Turn off hash plugin in case if you are using it43 // as we don't want to change the url on slide change44 42 hash: false, 45 // Do not allow users to close the gallery46 43 closable: false, 47 // Add maximize icon to enlarge the gallery48 44 showMaximizeIcon: true, 49 // Append caption inside the slide item50 // to apply some animation for the captions (Optional)51 45 appendSubHtmlTo: ".lg-item", 52 // Delay slide transition to complete captions animations53 // before navigating to different slides (Optional)54 // You can find caption animation demo on the captions demo page55 46 slideDelay: 400, 56 47 plugins: [lgZoom, lgThumbnail], 57 58 // Completely optional59 // Adding as the codepen preview is usually smaller60 48 thumbWidth: 60, 61 49 thumbHeight: "40px",
Note: See TracChangeset
for help on using the changeset viewer.