Drum

Australian Skial God
Contributor
Mapper
So we don't get this:
http://gyazo.com/da3fbb0d47a52bc84ff2f599e4887263.png
(on 2048x1152 resolution).

Any image over A x B would get resized to a default of C x D.

--

Looks like it's a setting in the Xenforo ACP: <-- This actually resizes the picture, aka reduces it to the default
http://xenforo.com/community/threads/resize-big-image.57762/

Setting it in Extra.css \ Responsive Design also works: <-- This just displays it smaller, but still clickable
Code:
.message .messageContent .messageText img {
          max-width: 65%;
}
http://xenforo.com/community/resources/responsive-design.2193/
 
Last edited:
  • Like
Reactions: Toxik
This suggestion has been closed. Votes are no longer accepted.
edit - derp, I was thinking of quoted images. Disregard this
Yeah, oddly it resizes quoted pictures but not actual super-hi res ones.
Example:
wallpaper-3027736.jpg

wallpaper-3026932.jpg
 
Last edited:
If this is implemented could you still click on a image to see the original size if it was automatically downsized?
 
Click on the image
Oh yeah, you can click on them to see the full size. I meant when you're just scrolling through a thread.
Also when clicking to resize, it doesn't actually show you the full picture, it just shows the picture at 100%.
In order to see it, you have to right click and view in a new tab.
 
If this is implemented could you still click on a image to see the original size if it was automatically downsized?
Via the second method, yes. The first one resizes the actual image shown in xenforo, the second just uses CSS to resize it.
 
The phones resize any image to fit within the phone and you need better internet if it takes forever to load. I have never experienced load times in skial
Just because a problem doesn't affect you doesn't mean that it doesn't affect anyone else.