Special Biriyani with Rose flower
<!-- Responsive YouTube embed -->
<div class="video-container">
<iframe
src="https://www.youtube.com/embed/hrvorvN6CM8?rel=0&modestbranding=1"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
loading="lazy">
</iframe>
</div>
<!-- Add this CSS once in your blog's stylesheet (or inside a <style> in the page) -->
<style>
.video-container{
position: relative;
width: 100%;
/* 16:9 aspect ratio -> 9/16 = 56.25% */
padding-top: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
</style>
Comments
Post a Comment