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
- 25,998
- Points
- 823
Reputation:
I had this in extra.css to limit the size of attachments in posts.
Code:
But when going to a post close to one with an attachment it jumps to that. Any idea how to prevent that?
Continue reading...
Code:
Code:
.message-body img
{
max-height: 500px !important;
width: auto;
}
But when going to a post close to one with an attachment it jumps to that. Any idea how to prevent that?
Continue reading...