reduce size of image css code example
Example 1: resize in css
/* Keyword values */
resize: none;
resize: both;
resize: horizontal;
resize: vertical;
resize: block;
resize: inline;
/* Global values */
resize: inherit;
resize: initial;
resize: unset;
Example 2: image size css
img {
width: width;
height: height;
}