• Resolved kernowdesign

    (@kernowdesign)


    Is there a way to set the width of the background video on the coming soon page to 100% of whatever device it is viewed on?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ales

    (@alesmal)

    Background always fills 100% width and 100% height. To keep aspect ratio, it is zoomed out and cropped to fill 100% screen.

    What would you like to achieve?

    Thread Starter kernowdesign

    (@kernowdesign)

    Hi Aleš,

    Thanks for the quick response – I would like the width of the video to match the width of the screen for whatever device is viewing it. Currently, when viewed on a phone, the video is too wide for the screen, cutting off the sides of the video.

    Plugin Author Ales

    (@alesmal)

    OK, this should help:

    @media only screen and (max-width: 1024px) {
    .video-banner video {max-width:100%}
    }

    Ales

    Thread Starter kernowdesign

    (@kernowdesign)

    That works great – Mockrát děkuji!

    Plugin Author Ales

    (@alesmal)

    Cool! Není zač:)

    ernsen

    (@ernsen)

    Great, Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Video background width’ is closed to new replies.