Hello,
in the following website https://www.fotopeciora.it/it/album-passione-vela-lago-di-como-2007-4 you can find a lot of photos. When an user clicks on the "eye" button as shown here: https://ibb.co/xfyNGCJ, the image opens in a popup like this one: https://ibb.co/gMnJWHq.
In the popup I added a button called "Click per ingrandire la fotografia" over the small photo to open the image at full screen with the following code:<a href="../docs/albums/<?php echo $album_id . "/" . $album_photo_watermark; ?>" data-lightbox="image"><div class="sale-flash badge bg-danger p-2">Click per ingrandire la fotografia</div></a>
but it doesn't work. Well, the full screen layer is loaded as shown here: https://ibb.co/qpnHJmV but it remains with the arrows turning on themselves and the big photo doesn't appear.
Can you please help me?
Thank you and best regards,
Emanuele
