I'd like that the zoom boxes in the page http://www.dreampackers.it/publications/ would open directly in a lightbox gallery without pass in another page (as it is now). Is it possible? How can I do this? Thank you so much.
Although i know it's not really a smart way I made a workaround which works for me because i have only one gallery and there won't be many changes. I placed a normal gallery with all images an made them invisible via css – expect the first one.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
Yes, you can!
Just use target="lightbox" and paste the URL of your image into the link
#gallery-1 dl { display: none; } #gallery-1 dl:first-child { display: block; }
"If it is stupid and it works, then it is not stupid"
[id^="gallery"] dl { display: none; } [id^="gallery"] dl:first-child { display: block; }