I have existing pages where size-reduced images are displayed, and a click on it displays the images in full size as new tab. Like this:
<a href="https://www.joomlacontenteditor.net/images/0161/image_fullll.png" target="_blank" rel="noopener noreferrer">
<img style="border-width: 5px; box-shadow: 0 0 10px 5px rgba(192,192,192,.75); margin: 5px 0px 5px 0px;" title="Zum Vergrössern klicken" src="https://www.joomlacontenteditor.net/images/0161/image_small.png" alt="Hier fehlt ein Bild!" />
</a>
Now I want to add Popups only for the full-sized images. The idea is to keep the small images as content of the webpage, but when a full image is opened a want to browse through the full images only. Is this simply possible?
