Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
固定ではなくパーセンテージ寸法に設定されているコンテナでQuicksandプラグイン(http://razorjack.net/quicksand/)を使用する方法はありますか?正常に機能しますが、アニメーションが正しく機能しません。
ありがとう。
私は同じ問題を抱えていて、いくつかのjQueryを使用して、画面上のものに基づいて寸法を修正しました
var thumbHeight = $('.project-thumb').height(), thumbWidth = $('.project-thumb').outerWidth(); $('.project-thumb').css({'max-width':thumbWidth, 'max-height':thumbHeight});