You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just can not download the videos when i open them using fancybox, images are working and i can download them, here is the code: window.addEventListener('init-fancybox', () => { //load fancybox image preview Fancybox.bind("[data-fancybox]", { contentClick: "iterateZoom", Images: { Panzoom: { maxScale: 8, }, }, protect: false, Toolbar: { display: { left: ["infobar"], middle: [], right: ["slideshow", "download", "thumbs", "close"], }, }, }); });
Additional context
No response
The text was updated successfully, but these errors were encountered:
Video download is currently not provided. You can create your own custom button to provide the download functionality, or try adding the data-download-src attribute to your links.
Describe the bug
i just can not download the videos when i open them using fancybox, images are working and i can download them, here is the code:
Reproduction
i just can not download the videos when i open them using fancybox, images are working and i can download them, here is the code:
window.addEventListener('init-fancybox', () => { //load fancybox image preview Fancybox.bind("[data-fancybox]", { contentClick: "iterateZoom", Images: { Panzoom: { maxScale: 8, }, }, protect: false, Toolbar: { display: { left: ["infobar"], middle: [], right: ["slideshow", "download", "thumbs", "close"], }, }, }); });
Additional context
No response
The text was updated successfully, but these errors were encountered: