• Resolved mastercapture

    (@mastercapture)


    Everything has worked fine until today, for some reason now on mobile devices the youtube video with a play button shows up in the background instead of the image. Still works as it should on desktops with autoplay. Has anyone else experienced this, I did not do any updates since it was last working and not sure where to begin to troubleshoot. Any suggestions would be much appreciated! Cheers!

    https://wordpress.org/plugins/wpmbytplayer/

Viewing 1 replies (of 1 total)
  • Thread Starter mastercapture

    (@mastercapture)

    Ok I seemed to have fixed it so if anyone has a similar issue you can try and add the following code in your custom css:

    @media screen and (max-width: 960px)
    {
        #ml-background-video-wrapper { display : none; }
    }

    Make sure to change #ml-background-video-wrapper to whatever your div ID is. Not sure why it was working before without specifying the screen size. :-/

Viewing 1 replies (of 1 total)

The topic ‘Video shows up instead of image on mobile devices’ is closed to new replies.