Hi guys
I have lost the Lightbox associated with this plugin,
Here is the page I’m working on.
Originally you helped me set up a modal and added the raw content.
https://www.dropbox.com/t/R6kSqJTdrm9t7sUN
I got the following text in the documentation:
To open the zoomer in lightbox when a button or image is clicked use the code below and make sure to set in your preset the display type to lightbox. If more instances are used change the setupFWDZoomer0 to setupFWDZoomer1, setupFWDZoomer2, setupFWDZoomer3 etc, based on how many zoomer instances are added in the page.
[?](file:///Users/philyoung/Library/CloudStorage/Dropbox/Client%20interim%20work/RichardR/PM2544%20magnifier/%E2%80%A2content/codecanyon-VpYx99ZT-mega-zoom-pan-image-viewer-wordpress-plugin/documentation/index.html#)
1 <
button
onclick
=
"setupFWDZoomer0()"
>Open in lightbox</
button
>
To auto open the zoomer in lightbox when the page is loaded and ready use the code below. If more instances are used change the setupFWDZoomer0 to setupFWDZoomer1, setupFWDZoomer2, setupFWDZoomer3 etc, based on how many zoomer instances are added in the page.
[?](file:///Users/philyoung/Library/CloudStorage/Dropbox/Client%20interim%20work/RichardR/PM2544%20magnifier/%E2%80%A2content/codecanyon-VpYx99ZT-mega-zoom-pan-image-viewer-wordpress-plugin/documentation/index.html#)
1
2
3
4
5
6 <script>
document.addEventListener(
'DOMContentLoaded'
,
function
(){
setupFWDZoomer0();
});
</script>