Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

scale down image css

img.resize {
    width: 540px; /* you can use % */
    height: auto;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #scale #image #css
ADD COMMENT
Topic
Name
8+6 =