标签: jquery css html5 image colorbox
如何将非常大的图像调整为给定的设置,例如图像是2660x2000的东西,然后如何将其调整为1024x960?我尝试了所有可能的帮助,但无法得到我想要的东西。
答案 0 :(得分:1)
只需写下你的css:
(img selector) { max-width: 1024px; height: auto; /*Height is auto the image to be re-sized proportionally */ }