Responsive Embed Code For Video

๐Ÿงถ Tags:: #code #Reference_Notes

Responsive Embed Code For Video

2023-12-13 - 03:44

<div style="position: relative; padding-bottom: 56.25%; /* 16:9 aspect ratio */">
  <iframe
    src=""
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
    allow="autoplay; fullscreen"
    frameborder="0"
    scrolling="no"
  ></iframe>
</div>

You can add the video embed link in "src", works well for YouTube videos.