這個小提琴在firefox上可以使用,但不能在chrome上使用。此圖像不保持寬高比:圖片在Chrome中不能正確調整大小(小提琴)
<body style="height:100%;margin:0">
<div id="dvMain" style="width:100%;height:200px;border:1px dashed gray;text-align:center">
<img id="imgMain " src="http://lorempixel.com/output/fashion-q-c-987-804-9.jpg" style="display:inline-block;height:auto !important;width:auto;max-height:100% " />
</div>
<span onclick="rez();">Click me</span>
function rez(){
$("#dvMain").css("height", "50px");
}
但是如果我去檢查並刷新height屬性(取消/檢查)它的工作原理...
它似乎爲我工作在Chrome 26。 .. – DarkAjax
如果你使用jQuery,你可以使用'click'事件。順便說一下,它也適用於Chrome 28。你的意思是圖像不能保持它的比例? – Brewal
是的,它不適用於Chrome 28 – Roopendra