Resize image proportionally with CSS? [duplicate] September 8, 2022 by Tarik To resize the image proportionally using CSS: img.resize { width:540px; /* you can use % */ height: auto; }