gallery.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gallery.js

      Weekly Downloads

      1

      Version

      1.0.2

      License

      GPL-3.0

      Last publish

      Collaborators

      • m1nified