fix: improve mp4 embedding

This commit is contained in:
Andy Burke 2025-07-26 17:07:44 -07:00
parent f6a530dd86
commit a144c88c17
2 changed files with 4 additions and 2 deletions

View file

@ -233,7 +233,8 @@
aspect-ratio: 1 / 1 !important;
}
#talk .embed-container iframe {
#talk .embed-container iframe,
#talk .embed-container video {
position: absolute;
top: 0;
left: 0;
@ -241,5 +242,6 @@
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
border-style: none;
}