MyBB Community Forums

Full Version: How do I stop this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Well when users post pics on my site it expands the page to a size it isnt meant to, how do I stop this?
(2010-02-11, 07:52 PM)MattRogowski Wrote: [ -> ]http://mods.mybboard.net/view/image-resizer-&-optimizer
http://community.mybboard.net/thread-535...t=fit+page

Yes but I can install plugins them but then once I have done that I don't know ehere to use them.
You don't 'use' them, you just configure the settings and they'll do whatever they do... resize images so they fit on the page...
(2010-02-11, 08:02 PM)MattRogowski Wrote: [ -> ]You don't 'use' them, you just configure the settings and they'll do whatever they do... resize images so they fit on the page...

It says upload Resize.php I do it and then all my plugins disappear.
Neither of those plugins have a file called Resize.php...
You can try this.

Add this code in your global.css:

.post_body img {
max-width: 100px;
}

You can change the width value.
(2010-02-11, 08:32 PM)RateU Wrote: [ -> ]You can try this.

Add this code in your global.css:

.post_body img {
max-width: 100px;
}

You can change the width value.

Where do I place this can you show me an example?
Place it at the end of your global.css:

Admin CP -> Templates & Style -> Themes -> *Your themes name* -> Global.css -> Edit Stylsheet: Advanced Mode.

Scroll down the code, and place it at the end of the entire code.
hi RateU ,sorry about that post,I have deleted it
I was fast In Judging u man,in the link it had so many ads so forget it man
Help me PLS
Pages: 1 2