Images posted so large that they cause horizontal scrolling

Jack the Smack

Well-known member
Sometimes I see posts with large images that break out, like in this post.

A simple fix is to add a max-width of images in posts to the CSS:
Code:
[id^="post_message_"] img{max-width:100%}
 

weasel

Eradicator
A simple fix is to resize photos before posting them :dunno

But thanks, I didn't know how to do that :thumbup
 

Jack the Smack

Well-known member
A simple fix is to resize photos before posting them :dunno

Problem is, there is tons of different browser widths. 800 pixels to 4096. The 100% max-width means if it's too large, it will shrink down to 100% of the browser width, whether it's an old CRT or a 4k monitor.
 

JackTheTripper

Shotline For Mod
Or you can right click on it and choose "View image" (FireFox) or "Open image in new tab" (Chrome) and the browser will resize it for you.
 

budman

General Menace
Staff member
Sorry Jack. We are severely limited on tech capable stuff.
We just don't have an admin with the full skillset required.

This could become barfs first real paid position in the near future.
 

insyder

Like a Boss.
Staff member
Sorry Jack. We are severely limited on tech capable stuff.
We just don't have an admin with the full skillset required.

This could become barfs first real paid position in the near future.
You've got my number.
 
Top