video background

Hello

I would like to understand why the video background is not scalable , not responsive, and how to resolve this issue.

this is the demo page https://atakor.studio/test/

Thank you

Comments

  • Hi,

    Please use the following CSS code and check if the display is better then:

    1. .section.has-video .section_video video{
    2.  height: 100%;
    3.  width: 100%;
    4.  object-fit: cover;
    5. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    If you confirm that it works better, I will pass it on to the dev team, and we will implement this improvement in future updates.


    Best regards

  • Thanks @Phil it did work , I appreciate the support

Sign In or Register to comment.