this post was submitted on 05 Aug 2023
11 points (82.4% liked)

Lemmy

12572 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

I currently have to use this CSS overload with the Stylus extension to avoid having videos (and also gifs since they are converted to mp4 videos by Lemmy) stretched to fill the whole page width:

video {
    width: 25vw !important;
}

The !important is there because the HTML uses a 100% width for videos:

(I have to use a screenshot here since Lemmy now filters any HTML code away even if it's inside code tags)

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here