- Katılım
- 15 Aralık 2023
- Mesajlar
- 3.105
- Makaleler
- 3
- Çözümler
- 91
- Beğeniler
- 5.389
Ufak CSS değişikliği ile yapılabilecek bir şey.
Kod:
.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall {
width: 250px;
}
.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
min-width: 250px;
}
.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
max-height: 150px;
}