how to increase size of image using scale 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;
}