1. 程式人生 > >Responsive Web Design Principles

Responsive Web Design Principles

img { width: 720px; }

You can use:

img {
max-width: 100%;
display: block;
height: auto;
}
設定 圖片寬度為容器最大寬度;
圖片 最好設計width height 為 原圖片的1/2