Hello,
I have set my signature size limit in EXTRA.css to be 460x170 using the code;
However, the image in the signature still looks like this;
I purged my Cloudflare cache, and nothing changed. When you click the image, it'll display as normal size.
Thanks!
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;
I purged my Cloudflare cache, and nothing changed. When you click the image, it'll display as normal size.
Thanks!