17. Video trick - quan1997ap/angular-app-note GitHub Wiki
- Nhúng video youtube full height
https://www.ankursheel.com/blog/full-width-you-tube-video-embed
<div style="position: relative; width: 100%; padding-bottom: 56.25%;">
<iframe
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;border: 0;"
src="https://www.youtube.com/embed/3_ibLtt1Wxc&vq=hd1080" title="The Bespoke Bar"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>