RSS Feed/News Limited the width of signature images on mobile devices

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,921
Points
823

Reputation:

I used the be able to limit the width of signature images on mobile devices using this code in extra.less

Code:

Code:
.message-signature
{
    .bbWrapper
    {
        .bbImage
        {
            max-width: 600px;
            max-height: 150px;
            overflow-x: auto;
            overflow-y: auto;
        }
    }
}

Has something changed that causes this to not function anymore?

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