don't enforce min-width on videos

This commit is contained in:
k00b 2024-09-04 11:00:54 -05:00
parent 5a00f7b825
commit 1cc897a7a3
1 changed files with 1 additions and 1 deletions

View File

@ -135,13 +135,13 @@
max-width: 100%; max-width: 100%;
height: auto; height: auto;
max-height: 25vh; max-height: 25vh;
min-width: 50%;
aspect-ratio: var(--aspect-ratio); aspect-ratio: var(--aspect-ratio);
} }
.text img { .text img {
cursor: zoom-in; cursor: zoom-in;
object-fit: contain; object-fit: contain;
min-width: 50%;
object-position: left top; object-position: left top;
} }