项目作者: vhnam

项目描述 :
Image gallery likes Facebook Friendship's Day with pure JavaScript
高级语言: JavaScript
项目地址: git://github.com/vhnam/gallery-js.git
创建时间: 2018-08-28T04:36:31Z
项目社区:https://github.com/vhnam/gallery-js

开源协议:MIT License

下载


gallery-js

Photo Gallery likes Facebook Friendship’s Day

How to use

JS

  1. // index.js
  2. var photos = [
  3. {
  4. src: 'http://lorempixel.com/640/480/',
  5. title: 'Lorem ipsum'
  6. }, {
  7. src: 'http://lorempixel.com/640/480/',
  8. title: 'Optio quos qui illo error'
  9. }
  10. ];
  11. var gallery = new Gallery('root', 3000, photos);

HTML

  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="../gallery.css">
  4. </head>
  5. <body>
  6. <div id="root"></div>
  7. <script src="../gallery.js"></script>
  8. <script src="index.js"></script>
  9. </body>
  10. </html>

Demo

Link: https://www.youtube.com/watch?v=XLkBZLYnfu4