Posting large screenshots

What do you want to see here? Some more categories, forums, and mods? Hmm...
Post Reply
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Posting large screenshots

Post by Jonathan »

Lately many large screenshots are included with [img]. That pulls the forum apart, requiring me to scroll horizontally to read messages that aren't filled with premature line breaks. If you want to post a large screenshot, would you either:
- link to it
- scale or crop to 640 wide or something on that order
- use a scaled/cropped version as link to the full image
- post as an attachment; the forum scales in the ugliest way imaginable, but at least it limits the size
- do something else with similar results

Thanks.
ˌɑrməˈɡɛˌtrɑn
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

I'll try to remember to do that.

Image
There's no place like ::1
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

a little user CSS might do it:

Code: Select all

.postbody img
{
  max-width: whatever you like;
  overflow: auto;
}
or use the max width on the whole site's <table>(sigh)
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Or use opera's fit to width.
There's no place like ::1
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

That worked, epsy, but it's still a bit of a workaround. It also doesn't reduce traffic for those with weak connections (doesn't affect me, but it's another reason).

What I like about Safari 3 (at least on OS X) is that unlike most browsers, it has decent image scaling. No crappy linear interpolation or even nearest, when you really need a proper band-limiting filter. Did that change in browser land meanwhile?
ˌɑrməˈɡɛˌtrɑn
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5041
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

"But but but, I have to draw attention to myself!!!"
Post Reply