Video
Code
<div class="video-responsive">
<video controls>
<source type="video/mp4" src="https://drive.google.com/uc?export=download&id=1N7FyFmvw1ltp1liu6d57BCeLicNxozXP">
</video>
</div>
CSS
.video-responsive {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-responsive video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:0;
}
https://www.kompiajaib.com/2021/08/update-cara-embed-video-google-drive.html
Comments
Post a Comment