Hi,
I have the problem that a link to an image always opens in the lightbox. However, I would like to simply open the image in a new tab/window. How can I change this?
Thanks
Stefan
is it the ALB Element : Image – or is it an image placed via Media Library to a text-block ?
Hi,
Thank you for the inquiry.
You can apply the “noLightbox” class name to the link tag or to the Image element to disable the lightbox link.
Example:
<a class="noLightbox" href="/wp-content/uploads/2021/11/link-to-image.jpg" target="_blank" rel="noopener">Download Pressefoto Thomas Breit</a>
Make sure to adjust the value of the href attribute.
Best regards,
Ismael