• Resolved anoopg

    (@anoopg)


    Video is not playing on some mobile screen browsers. I am facing issues in iPad Air, iPhone safari browsers and in Mozilla browser on some Android phones. It works well on Safari desktop browser.

    • This topic was modified 1 year, 4 months ago by anoopg.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    We cannot duplicate the same issue you mentioned. Videos seem to be playing fine but we see some display issues on mobile due to custom CSS added:

    @media (max-width: 980px)
    .youtubewrap iframe {
    width: 100%;
    min-height: 450px;
    }
    youtubewrap iframe {
    height: 118vh;
    width: 100%;
    }

    Thanks

    Thread Starter anoopg

    (@anoopg)

    @quantumcloud Thanks for the reply. I had to fix the issue quickly, so changed the slider as a temporary fix. Will update this thread if I face similar issues later.

    Thank you very much for the CSS fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Video not playing on iPad and iPhone Safari’ is closed to new replies.