简单的图像网格用于在平铺网格中显示图像的简单jQuery插件。入门:

< script src=\"jquery.js\" >

< / script >

< script src=\"dist/image-grid.min.js\" >

< / script >

< script >

jQuery ( function ( $ ) {

$ ( '.image-grid' ) . imageGrid ( { } ) ;

< / script >

演示