Quote:
Originally Posted by Sufian
I agree, a this is something I need to enforce on my site now as well.
|
This is actually easy... it would be sufficient to do a getimagesize on the linked images. The problem is - and I guess for this reason it isn't included in vbulletin - this slows down the forums, since everytime you request a page, the system must first check the imagesizesm and then complete loading the page. It's not even good to have a chack only when the user submit his image in the control panel, because he could later change it and put a bigger image.
This is a big issue for all those websites with fixed tables width...