Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #5324
    2eiosounds
    Participant

    Hi,

    Is it possible to get the YouTube video to fill the screen?

    #5332
    Skandha
    Participant

    @2eiosounds: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #5345
    2eiosounds
    Participant

    Sure, the site link is https://beta.kwonbaker.com

    #5346
    2eiosounds
    Participant

    Also, the full-screen request is for mobile. I tried digging through the CSS however object-fill was not working for me

    #5365
    Skandha
    Participant

    @2eiosounds: Hello there,
    The video already shows full-width. Do you mean to have the video fill the height of the screen?

    Kind Regards,
    Skandha

    #5367
    2eiosounds
    Participant

    Yes – to fill the height of the screen. The black top/bottom bars are undesirable.

    #5393
    Skandha
    Participant

    @2eiosounds: Hello there,
    I am not afraid that is not possible. As the video won’t fit perfectly in mobile screen where the height of the screen is very much to that of the width. Even if you succeed covering the whole screen the quality won’t be good as the video will look stretched.

    Kind Regards,
    Skandha

    #5426
    2eiosounds
    Participant

    That’s the goal, however. I’d like to be able to fill the screen, whether or not it quality is bad. Could you help with the CSS of this plugin to make that happen? I was able to do this with my custom site prior: kwonbaker.com (view on mobile)

    #5435
    Skandha
    Participant

    @2eiosounds: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .covervideo, video {
        height: 100vh !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header Media Full Screen / Zoom on Mobile’ is closed to new replies.