• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

LARGE images - resize/thumbnail

Status
Not open for further replies.
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?
 
they said they are planning to put it in, but have not installed it yet

so you can wait or use a greesemonkey script
 
640*480 should be maximum before thumbnailing. Most users are going to have a 1024*768 screen.
 
I think a stylesheet setting of:
Code:
img { max-width:800px; }
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.

Edit: RedSquirrel, I don't think that's practical, as all posts are wrapped in a DIV with ID="posts".
 
Last edited:
I think a stylesheet setting of:
Code:
img { max-width:800px; }
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.

Edit: RedSquirrel, I don't think that's practical, as all posts are wrapped in a DIV with ID="posts".


yeah the template html would have to be redone.

Though I forgot about the max-width attribute in css. That would be the easiest way.
 
Status
Not open for further replies.
Back
Top