MyBB Community Forums

Full Version: Attached Image auto resize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.animeesports.com/showthread.p...d=77#pid77

I have this bug. how can i fix this to resize any attached images to fit? automatically
you can try adding below style rule at the bottom of global.css of your theme
(edit in advanced mode)
.attachment  {
	max-width: 100%;
}
(2018-12-14, 05:06 AM).m. Wrote: [ -> ]you can try adding below style rule at the bottom of global.css of your theme
(edit in advanced mode)
.attachment  {
	max-width: 100%;
}

thanks!