要調整圖像與jQuery函數調整容器內的圖像大小?
$('div.container').resizable({ aspectRatio:true})
我把圖像在這樣一個div:
.container { width:350px; height:auto; background-color:black}
.container img { width:100%; height:auto}
<div class=container>
<img .../>
</div>
但你可以在這裏看到住http://jsfiddle.net/Gz4ts/ 總是有一點點底部的邊界。
我該如何解決這個問題?
Omg,我只有我的頭... Thx在奧地利的薩爾茨堡漂泊和問候。 – mamgoo 2013-04-23 18:20:48
不客氣! :) – Adrift 2013-04-23 18:21:15