• Resolved rorymcguigan

    (@rorymcguigan)


    Hi,

    I’ve uploaded and embedded a “mp4” video to a post on my site, but when I play in full-screen mode the video does not fill the screen – it stays the same size of the initial video on the page, and moves up to the top left corner of the screen (see screenshot below). Can anyone give some advice on fixing this issue?

    Thanks!!

    Screenshot:
    Full screen view: https://www.dropbox.com/s/8xwi28kl4358hpb/2.jpg?dl=0

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

    (@rorymcguigan)

    Resolved – was an issue with my theme – I added the below custom css and it worked perfectly.

    #primary video {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
    }

    Hope this is helpful to people

Viewing 1 replies (of 1 total)
  • The topic ‘Video not playing full-screen in post’ is closed to new replies.