Answer the question
In order to leave comments, you need to log in
How to embed a video so that it is responsive?
<div class="container">
<div class="row">
<div class="col-md-6">
<video playsinline="" autoplay="" muted="" loop="">
<source src="/video/promo.mp4" type="video/mp4">
</video>
</div>
<div class="col-md-6">
<h2>текст</h2>
<p>текст</p>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Look in the bootstrap documentation for the solution to your problem, since you are building on it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question