In CSS, you can use the code given below to resize the image proportionally: img.resize {. width:540px; /* you can use % */. height: auto;. } ...
確定! 回上一頁