ViviTheMage
Lifer
Some pictures are huge, and it breaks the whole thread, IE you have to scroll sideways.
Can we get a thumbnail feature for all images?
Can we get a thumbnail feature for all images?
There's a script for that...I think automatic image resizing would be better. Something like 1024x768 max would be great.
There's a script for that...
I think automatic image resizing would be better. Something like 1024x768 max would be great.
img { max-width:800px; }
I think a stylesheet setting of:would do the trick. That's more or less what the Greasemonkey script does, except it lets you expand the images by clicking on them.Code:img { max-width:800px; }
Edit: RedSquirrel, I don't think that's practical, as all posts are wrapped in a DIV with ID="posts".