this post was submitted on 17 Nov 2025
100 points (100.0% liked)

Fediverse

37902 readers
113 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Must've been a recent change because somewhat frequently I'm using it on the go and just now it started appearing for me.

Also banners appear on the top of communities now too. =D

you are viewing a single comment's thread
view the rest of the comments
[–] kbal@fedia.io 2 points 6 days ago

Most of the "microblog" posts I'm seeing are pretty short. I seem to remember the images being way too big, though. I made a custom ublock rule or something to make both the lemmy ones and them equally small thumbnails just big enough to decide if I want to load a full-sized one. It's kept working for a year or something, I had forgotten it was there, but I guess it helps even more now.

Edit: Ah, found it. It's a firefox/librewolf userContent.css thing. Maybe something similar could be an mbin user configurable option some day.

@-moz-document domain("fedia.io") {
    .figure-thumb { max-height:90px !important; max-width:160px !important; overflow: hidden; }
    .view-compact .entry figure { height:90px !important; width: 160px !important} 
}