Hi,
There are some topics about this problem, but it seems they don’t work (anymore).
What I want to do is add a Youtube movie to a Column link and by clicking on the column link a Youtube movie appears in a lightbox.
I enclosed the site (dev) url.
Thanks for any kind of advise on this!
Hey JBkvns,
Thank you for the inquiry.
Did you try this css code?
.av-screen-reader-only.lightbox-added {
position: absolute;
left: auto;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
}
Please toggle the Performance > File Compressions settings after adding the css code.
Best regards,
Ismael
Hi Ismael,
I added the code and toggled compression in performance settings but still it opens in a new window.
Other options I can try maybe?
Thanks,
Kind regards,
Jeroen
Hi,
Thank you for the update.
Using this css code works on our end. This causes the screen-reader container or the div with the link to cover the column area, so when clicked it opens a lightbox. Another solution is to apply the link directly to an image, button or text.
Best regards,
Ismael