Plugin Directory

Changeset 3249729


Ignore:
Timestamp:
03/03/2025 01:55:15 PM (13 months ago)
Author:
atakanau
Message:

Version 1.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • block-gallery-to-carousel-lightbox/tags/1.0.1/js/public.js

    r3249597 r3249729  
    4040        var inlineGallery = lightGallery(my_container, {
    4141            container: my_container,
    42             // Turn off hash plugin in case if you are using it
    43             // as we don't want to change the url on slide change
    4442            hash: false,
    45             // Do not allow users to close the gallery
    4643            closable: false,
    47             // Add maximize icon to enlarge the gallery
    4844            showMaximizeIcon: true,
    49             // Append caption inside the slide item
    50             // to apply some animation for the captions (Optional)
    5145            appendSubHtmlTo: ".lg-item",
    52             // Delay slide transition to complete captions animations
    53             // before navigating to different slides (Optional)
    54             // You can find caption animation demo on the captions demo page
    5546            slideDelay: 400,
    5647            plugins: [lgZoom, lgThumbnail],
    57 
    58             // Completely optional
    59             // Adding as the codepen preview is usually smaller
    6048            thumbWidth: 60,
    6149            thumbHeight: "40px",
Note: See TracChangeset for help on using the changeset viewer.