MyBB Community Forums

Full Version: Add min-width & height after this code...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have this code:
alt="" max-width="135" max-height="135"
what do I add after that to also make a minimum height and width?


Thanks in advance.
it can be like this
alt="" max-width="135" max-height="135" min-width="100" min-height="100"
Thank you Smile