Least.js是一个jQuery开发的图片画廊,可以用来展示Pininterest风格的图片布局,它将无需的列表项目通过随机方式来加载。如果你点击任何图片的话,并不显示一个更大版本的图片,而是滑动其它的图片,在顶端生成更大的图片,类似Google图片搜索风格。
这个插件使用HTML5/CSS3的特性并且支持响应式的布局。
导入类库
1 2 3 4 5 6 7 8 | <!-- least.js CSS-file --> < link href = "css/least.min.css" rel = "stylesheet" /> <!-- jQuery libary --> <!-- least.js JS-file --> < script src = "js/least.min.js" defer = "defer" ></ script > <!-- Lazyload JS-file --> < script src = "js/jquery.lazyload.js" defer = "defer" ></ script > |
HTML
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | < section > < ul id = "gallery" > < li id = "fullPreview" ></ li > < li > < a href = "img/full/full_1.jpg" ></ a > < img data-original = "img/thumb/thumb_1.jpg" src = "img/effects/white.gif" width = "240" height = "150" alt = "Ocean" /> < div class = "overLayer" ></ div > < div class = "infoLayer" > < ul > < li > < h2 > Ocean </ h2 > </ li > < li > < p > View Picture </ p > </ li > </ ul > </ div > < div class = "projectInfo" > < strong > Monday, 14th April 2093: </ strong > sit amet, consetetur sadipscing elitr, sed diam </ div > </ li > </ ul > </ section > |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com