You can also specify the height and width in CSS. img { width: 400px, height: 300px } ... img { max-width: 100%; height: auto; } ...
確定! 回上一頁