Axel B
Well-known member
Hi there,
I found the CSS tweak to resize pictures:
This works really nice, but after a click the large pictures resize beyond the maximum width of the messageContent (I hope I picked the right class).
Is it possible to cap the maximum width after clicking so it stays in line with the maximum width of the messageContent?
I know a bit of CSS, but this is beyond me
Thanks for your time!
I found the CSS tweak to resize pictures:
HTML:
.message .messageContent .messageText img {
max-width: 70%;
}
This works really nice, but after a click the large pictures resize beyond the maximum width of the messageContent (I hope I picked the right class).
Is it possible to cap the maximum width after clicking so it stays in line with the maximum width of the messageContent?
I know a bit of CSS, but this is beyond me
Thanks for your time!