MyBB Community Forums
Fit on Page for Posting Images - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Fit on Page for Posting Images (/thread-165442.html)



Fit on Page for Posting Images - call911 - 2015-01-11

what good script for fit on page,
as we know, Fit on Page plugin do not support 1.8


RE: Fit on Page for Posting Images - mmadhankumar - 2015-01-11

you dont need one in 1.8, as it is available in core... this css code in global.css takes care of it....

.scaleimages img {
	max-width: 100%;
}



RE: Fit on Page for Posting Images - call911 - 2015-01-11

ok thank you kumar ^_^