By acoin
via css.dzone.com
Published: Jan 30 2013 / 08:35
A common CSS problem is the need to crop and scale an image on a page. Scaling an image is easily done using the hight and width attributes of the image. Likewise cropping an image can be accomplished by using the image as a background of an element and setting the hight and width of the element.
Add your comment