NguyenLP
Digital Marketer
NguyenLP
NguyenLP
NguyenLP
NguyenLP
Digital Marketer
Blog Post

Youtube Short Embed

28/08/2024 Tiện ích
<div class="flex w-full gap-10 justify-center">   <div class="video">     <iframe width="100%" height="100%" src="https://www.youtube.com/embed/bYi6Ot09OWo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>   </div> </div> <style>   .flex {     display: flex;     justify-content: center;   }   .video {     width: 320px;     height: 560px;     border-radius: 30px;     overflow: clip;   }   iframe {     display: block;     margin: 0 auto;   } </style> 

Copy code ở trên. Thay đổi ID của Youtube Short của bạn phía sau embed/ID là được nhé.

Image

Cách lấy id của Short là dãy ký tự phía sau youtube.com/short/id

Image

Cách dán: Bấm vào mã HTML và dán vào, thay đổi ID của short sau đó bấm lại vào mã HTML là được

Image
Related Posts
Write a comment