Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1242162

    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!

    #1243124

    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

    #1243256

    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

    #1244178

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.