• hi would like the video to occupy full screen on page load. video has been optimized for mobile. also, how do i edit video dimensions accordingly

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    It depends on how the video is implemented on the page. I don’t see any video on the page you linked to.

    Typically a video is contained within another HTML element. The video itself is often sized to fit 100% of its container. Sizing the container as you wish with CSS should then make the video fill that container. In many cases applying width: 100%; height: auto; to the container will fill the space available.

    Another option is to make the video a background image. Then setting background-size: cover; will cause it to fill its container.

Viewing 1 replies (of 1 total)
  • The topic ‘video on landing page to occupy full screen’ is closed to new replies.