• Resolved ravsingh

    (@ravsingh)


    Hello,

    None of my embedded youtube videos and soundcloud audio pieces seem to be working on my website. I just found in the inspect element extra bit of code appearing in the iframe embed code (allowfullscreen class=”scrolloff”) which seems to be preventing the videos from playing. How do I get rid of it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi. On the style.css, line #3010

    Change the following code

    .scrolloff {
    pointer-events: none;
    }

    To this

    .scrolloff {
    pointer-events: auto;
    }

    Hope this helps.

    Thread Starter ravsingh

    (@ravsingh)

    Thank you so much, Benachi! It worked like a charm! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Iframe on Youtube Soundcloud etc not working because of a class “scrolloff”’ is closed to new replies.