1.0.2 • Published 8 years ago

gallery.js v1.0.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

Gallery.js

Installation

Downalod Gallery.js

npm install gallery.js

Import to a website

    ...
    <script src="node_modules/gallery.js/gallery.js"></script>
    <link rel="stylesheet" href="node_modules/gallery.js/gallery.css">
    ...
</head>
<body>
    ...
    <div class="container">
        <img src="...">
        <img src="...">
        <img src="...">
    </div>
    <script>
        var gallery = new Gallery(document.querySelectorAll(".container>img"));
    </script>
    ...
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago