0
Hello, I need to put a video on my site like this one: http://www.orionbranding.com/ All the examples I think are full width videos, q occupy the whole screen. The code I put below leaves the video as in picture 01 I would like the video to look like in the 02 low image Could somebody give me a hand???
<div class="box-video">
<video autoplay loop muted id="background">
<source src="{{url('templates/web/images/background/clouds.mp4')}}" type="video/mp4">
</video>
<img src="{{url('templates/web/images/logo-white.png')}}">
video{
height: auto;
margin-top: -50px;
width: 100%;
z-index: -1;
}
I put the code I have
– Edinho Rodrigues