RSS Feed/News Resize linked images in threads

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,662
Points
823

Reputation:

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

Continue reading...
 
Status
Not open for further replies.
Top