restrict the maximum size of an image


/ Published in: CSS
Save to your folder(s)

Ever needed to restrict an images size? Or stop it from growing best the size of your div/table. It’s a horrible feeling when you see your nicely designed site get trashed by a single image because it’s a pixel or two too big! And if it’s a photo or a desktop image it may not always be appropriate to cut it down. The following can be applied to a class or id to limit the maximum size of an image. Please remember that applying both a height and a width restriction will resize the image completely, however just applying height or width will keep the image in its normal shape ( ie change 10x20 to 5x10 ).

URL: http://www.scopesden.co.uk/code_snipit.php?id=

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.