MyBB Community Forums

Full Version: Fit on Page for Posting Images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what good script for fit on page,
as we know, Fit on Page plugin do not support 1.8
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%;
}
ok thank you kumar ^_^