[RSS Feed/News] Resize linked images in threads

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi,

what i want to do is: automatic resize (the view of) linked images in threads.

I want to fix the maximum width. Bigger images should be resized, smaller images should not be touched.
General behavior should not be changed, so responsive layout should work as by default.

Skin is the standard skin.

After reading a lot and trying even more, i ended up with the following code in extra.less:

Code:

Code:
.message-body
{
  width: 100% !important;
  max-width: 1024px !important;
  height: auto...

Read more
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom