XF 1.2 Image Thumbnail Size

Slind

Active member
Hey,

i would like to set the Image Thumbnail Size. I found the setting for attachements but where can i do this for img urls ?
 
Try this - the CSS has changed for 1.2 so I will update the FAQ.

Code:
.message .messageContent .messageText img {
max-width: 50%;
}
 
Last edited:
Top Bottom