Comments with images tend to take up a lot of screen space, and usually they're not very constructive in the first place, so it'd be nice if there was an option to collapse them, and even to hide them by default.

Thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 months ago

I'm not seeing a lot of images in comments. Can you link me to some examples?

You can hide comment images by using this custom css:

.comment_body img { display: none; }

  • source