800 px wide YouTube embed
100% wide YouTube embed
CSS:
iframe[src^="https://www.youtube.com"] {
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9;
margin: 0 auto;
}
800 px wide Vimeo embed
(4:3 original inside 16x9 space)
100% wide Vimeo embed
(4:3 original inside 16x9 space)
800 px wide Vimeo embed
(16x9 original)
100% wide Vimeo embed
(16x9 original)
CSS:
iframe[src^="https://player.vimeo.com"] {
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9;
margin: 0 auto;
}
Video Stack
Pre-Footer BACTA Snippet
Code Paste from music.unt.edu