我正在使用 jQuery 插件 Grid-A-Licious ( http://suprb.com/apps/gridalicious )。我想在桌面浏览器上显示真实的图像尺寸。
$.Gal.settings = {
selector: '.item',
width: 450,
gutter: 1,
animate: false,
animationOptions: {
speed: 200,
duration: 300,
effect: 'fadeInOnAppear',
queue: true,
complete: function () {}
},
};
https://github.com/suprb/Grid-A-Licious/blob/master/jquery.grid-a-licious.js
我的下一个问题是如何设置图像的边界。通过 CSS,我想用 nth-child 制作它,但这并没有解决它。