fslightbox icon indicating copy to clipboard operation
fslightbox copied to clipboard

[Pro] Unable to mount thumbnails with Vanilla

Open iamluxan opened this issue 1 year ago • 1 comments

Hi,

I am using Pro version. I am unable to mount thumbnails using HTML : <a href="{$image.bySize.product_xl.url}" data-fslightbox="gallery" data-caption="{if !empty($image.default_image.legend)}{$image.default_image.legend}{/if}" data-thumb="{$image.bySize.small_default.url}"> ... </a>

And nothing append when using vanilla or jquery... : $('[data-fslightbox]').on('click', function() { fsLightbox.props.showThumbsOnMount = true; });

iamluxan avatar Sep 01 '23 12:09 iamluxan