Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
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:
.message-body{ width: 100% !important; max-width: 1024px !important; height: auto...
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:
.message-body{ width: 100% !important; max-width: 1024px !important; height: auto...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.