XF 1.4 Signature size

TDUBS

Active member
Hello,

I have set my signature size limit in EXTRA.css to be 460x170 using the code;
Code:
.message .signature .bbCodeImage {
max-height: 460px;
max-width: 170px;
overflow-x: auto !important;
overflow-y: auto !important;
}

However, the image in the signature still looks like this;
Screenshot_19-01-04.png


I purged my Cloudflare cache, and nothing changed. When you click the image, it'll display as normal size.

Thanks!
 
Top Bottom