Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #470100

    I have run a few tests with video backround is fixed in 100%hight of screen and the content is scrolling over?
    I tried this, but nothing happen.
    .av-section-video-bg video {
    height: 100%;
    position: fixed;
    }

    Any help or idea would be welcome!
    evabo

    #470609

    Hi evabo!

    The content expands the container which is as expected, if you don’t want the container to expand you would either need to limit the content or set a maximum height to the container like max-height:100%;

    If you should need any more help the please send us a temporary admin login and we’ll have a closer look. You can post the details here in the Private Content section of your reply.

    Cheers!
    Rikard

    #470647

    Thanks a lot Rikard,
    it works perfect.

    .av-section-video-bg video {
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Video Background 100%hight’ is closed to new replies.