To resize the image proportionally using CSS: img.resize { width:540px; /* you can use % */ height: auto; }.
確定! 回上一頁