MyBB Community Forums

Full Version: Is it possible to set image size limits?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever someone posts an image in [img][/img] is it possible that I can the maximum width to 600pixels and maximum height to 1000pixels, if the original size of the image is different it will fit to this configuration.
I'm preferably looking for a MyCode.
Regular Expression:

\[img\](.*?)\[/img\]

Replacement:

<img src="$1" style="max-width: 600px; max-height: 1000px" />

I've installed it in your forum just now. I'm just posting for the sake of posting it.
Edit : not seen above response by faviouz

you use a plugin for above purpose . example : fit on page