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
http://xenforo.com/community/resources/responsive-design.2193/
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%;
}
Last edited: