MyBB Community Forums

Full Version: Image resizer . .
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You could always use CSS to do this. Use the max-height and max-width properties. Example:

.trow1 img {
max-width:1000px;
max-height:640px;
}
.trow2 img {
max-width:1000px;
max-height:640px;
}
Kevin did you manage to find a plugin that will resize large file attachement to a set size?
Yes thanks.
Which one did you use in the end if not a secret Smile
I'm not sure really. Leefish runs my site for me. She is part of the staff here so you could ask her. Wink
I would appreciate if you do. Thanks
You contact her and ask. That's what I'm saying.
Pages: 1 2 3