Open stathimexas opened 2 years ago
I resolved it.
I created a new bind:
Fancybox.bind('[data-fancybox="gallery-nodownload"]', { Thumbs:{autoStart:true,}, Toolbar:{ autoEnable:false, display:["counter","zoom","slideshow","fullscreen","thumbs","close",], }, });
Thank you.
Hi Janis. How can I implement a different bind for fancybox? I have this now:
Fancybox.bind('[data-fancybox="gallery"]', { Thumbs:{autoStart:true,}, Toolbar:{ autoEnable:false, display:["download","counter","zoom","slideshow","fullscreen","thumbs","close",], }, });
But on some images, I do not want to display the "download" button. Is there a way to do this?