I'm facing a problem with making my video responsive in Bootstrap. Another issue is that when I tried running this code on my laptop, it ends up downloading the video instead of displaying it. As a result, the video doesn't show up or adapt to different screen sizes. Here's the code I used:
<div class="container">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="image3/video.mov"></iframe>
</div>