how to change the scale of an image in css code example
Example: scale down image css
img.resize {
width: 540px; /* you can use % */
height: auto;
}
img.resize {
width: 540px; /* you can use % */
height: auto;
}