JoyFreak
Well-known member
I have this code in my Extra.less to resize images in signatures:
.message-signature .bbWrapper .bbImage {
max-width: 500px;
max-height: 100px;
overflow-x: auto;
overflow-y: auto;
}
But for some reason, at random, when I go on a thread, sometimes two users have the same image but when refreshed, it displays the true image for the users. Does this have anything to do with that code?
.message-signature .bbWrapper .bbImage {
max-width: 500px;
max-height: 100px;
overflow-x: auto;
overflow-y: auto;
}
But for some reason, at random, when I go on a thread, sometimes two users have the same image but when refreshed, it displays the true image for the users. Does this have anything to do with that code?