Answers for "css image scale 50%"

CSS
1

scale down image css

img.resize {
    width: 540px; /* you can use % */
    height: auto;
}
Posted by: Guest on January-29-2021
0

html image size 50 percent

<img src="image.jpg" style="width: 50%; height: 50%"/>
Posted by: Guest on March-08-2022

Browse Popular Code Answers by Language