Skip to content

M1nified/Gallery.js

Repository files navigation

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>
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published