XF 1.4 Images in Posts

Juan Sin Miedo

Member
Licensed customer
Greetings

In the messages, in the case of very large images, when I press on the image is enlarged to normal size, leaving little unsightly.

I would like to know how to make that more aesthetic presentation, for example could be the image centered on a black background (just one example).

In worst case I would like to know how to disable that option and that the image fits only to the message box with no option to enlarge.

Thanks.

PD: Mejor aun si alguien sabe español.
 
Add this to EXTRA.css:
Code:
.message .messageContent .messageText img {
max-width: 100% !important;
}

Adjust it to suit.
 
Back
Top Bottom