large gifs are converted to vp9 instead of webp

This commit is contained in:
2026-05-17 10:28:19 +02:00
parent 734685b734
commit 838883bd6d
4 changed files with 151 additions and 38 deletions

View File

@@ -7432,6 +7432,10 @@ input#s_avatar {
/* Comments System */
/* Primary definition moved up to line 1082 to avoid overrides */
video.autoplay-gif {
background: rgba(0, 0, 0, 0) !important;
}
#comments-container {
color: var(--white);
font-family: var(--font);
@@ -7615,6 +7619,11 @@ input#s_avatar {
background: #000;
}
.video-embed-wrap:has(.autoplay-gif) {
background: transparent;
box-shadow: none;
}
.video-embed-wrap video {
width: 100%;
display: block;