N
nopitter
Guest
Hi,
what i want to do is: automatic resize (the view of) linked images in threads.
I want to fix the maximum width. Bigger images should be resized, smaller images should not be touched.
General behavior should not be changed, so responsive layout should work as by default.
Skin is the standard skin.
After reading a lot and trying even more, i ended up with the following code in extra.less:
Code:
Read more
Continue reading...
what i want to do is: automatic resize (the view of) linked images in threads.
I want to fix the maximum width. Bigger images should be resized, smaller images should not be touched.
General behavior should not be changed, so responsive layout should work as by default.
Skin is the standard skin.
After reading a lot and trying even more, i ended up with the following code in extra.less:
Code:
Code:
.message-body
{
width: 100% !important;
max-width: 1024px !important;
height: auto...
Read more
Continue reading...