2013-11-03 122 views

回答

1

只要写在你的CSS:

(img selector) { 
    max-width: 1024px; 
    height: auto; /*Height is auto the image to be re-sized proportionally */ 
}