Any tips on how to create a responsive video on my website?
Here's the code snippet:
<div class="container container-fluid">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-4 col-md-4 " style="background-color:dark;">
<video width="800" height="450" controls>
<source src="video/seatoskygondola.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
https://i.sstatic.net/J7lvk.jpg Thank you for your help!