Skip to main content

Video in Mobile view

Comments

2 comments

  • Kc George

    Hi Peter,

    After adding a video background to the hero block, add a negative top margin of approximately -180 pixels and a top padding of approximately 180 pixels. Ensure that the header block has no overlay color applied.

    Kindly have a look at https://jmp.sh/RJCOfVAS for the procedure to add a video background that fills the entire screen.

    To display the video on mobile and tablet devices, kindly add this code under CMS - Project Settings - Code - Custom CSS

    @media (max-width: 991px) {
    .brz-bg-video {
        display: block !important;
    }

     

    0
  • Peter London

    Hi KC George,

    Thanks for the solution. The css code did the job!

    Greetings,

    Peter

    0

Please sign in to leave a comment.