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.
有没有办法将流沙插件 (http://razorjack.net/quicksand/) 与设置为百分比尺寸而不是固定的容器一起使用?它运行良好,但动画无法正常工作。
谢谢。
我遇到了同样的问题,并使用了一些 jQuery 根据屏幕上的尺寸来修复尺寸
var thumbHeight = $('.project-thumb').height(), thumbWidth = $('.project-thumb').outerWidth(); $('.project-thumb').css({'max-width':thumbWidth, 'max-height':thumbHeight});