The issue I'm having is making my video responsive in bootstrap. Also, when I ran this code on my laptop, for some reason it downloads the video instead of showing it. Therefore, this code doesn't show the video or makes it responsive. This is the code I have:
<div class="container">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="image3/video.mov"></iframe>
</div>