K Kml Member May 14, 2025 #1 I'm currently using XF 2.2 and have noticed that images in posts appear quite large. What's the best way to automatically resize or scale them for a better viewing experience? Do i need a plugin ? Thanks!
I'm currently using XF 2.2 and have noticed that images in posts appear quite large. What's the best way to automatically resize or scale them for a better viewing experience? Do i need a plugin ? Thanks!
mrdoitnyce Active member May 15, 2025 #2 I use this. Put this in extra.less .bbImage { max-width: 400px; max-height: 600px; object-fit: contain; //border: solid 1px #bbb; border: solid 1px @xf-pageBg; padding: 0px; } Click to expand... Upvote 0 Downvote
I use this. Put this in extra.less .bbImage { max-width: 400px; max-height: 600px; object-fit: contain; //border: solid 1px #bbb; border: solid 1px @xf-pageBg; padding: 0px; } Click to expand...