Display any set of IIIF objects that have thumbnails as a gallery


Keywords
iiif, gallery, webcomponent
License
MIT
Install
npm install iiif-gallery@0.0.23

Documentation

IIIF Gallery

See StencilJS docs

<html>
<head>
    <link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
    <script src="https://unpkg.com/manifesto.js/dist/client/manifesto.bundle.js"></script>
    <script src="https://unpkg.com/iiif-gallery/dist/iiifgallery.js"></script>
</head>
<body>
    <iiif-gallery manifest="https://edsilv.github.io/biiif-workshop/collection/index.json"></iiif-gallery>
</body>
</html>