Tagged: link
Hey everyone,
I don’t know since when this behaviour exists but when I link to a youtube video no matter what i choose as behaviour for that link youtube opens as overlay instead of a new tab.
How can I regain the former feature of opening it in a new page?
Best regards in advance.
Kevin
Hey Garrfild,
Thank you for the inquiry.
You have to edit the link and add the “noLightbox” class name to it and make sure that the target attribute is set to “_blank”. Example:
<a href="https://www.youtube.com/watch?v=G0k3kHtyoqc" class="noLightbox" target="_blank" >Link to a video</a>
This should disable lightbox for this particular YouTube link and open the video in a new tab.
Best regards,
Ismael