iiif-photowall is a lightweight adaptation of Justified Gallery to show images in a IIIF Manifest on a Flickr like photo wall.
To test your own manifests you can use the following demo site:
https:///iiif.gdmrdigital.com/iiif-photowall/index.html?manifest=https://example.com/manifest.json
Here are a few examples:
- Geoff Charles, Bomb damage in Wales and crashed German bomber - National Library of Wales
- Geoff Charles, HMS Conway - National Library of Wales
- The Little Foxes - Stanford University
- Christ Church Carroll-Photography.VII-Album - Bodleian Library, University of Oxford
- Photographs, December 1958, Mali, Africa - British Library, Endangered Archives Programme
- Cuba Fotos Finiseculares Siglo XIX y Principios XX - Havana University, Cuba
Please let me know if you find any other good ones that could be added to the list above by creating an issue.
Run npm install
to install the dependencies
npm run build
npm start
Navigate to: http://localhost:8080/index.html?manifest=https://damsssl.llgc.org.uk/iiif/2.0/1466237/manifest.json
Build setup thanks to: https://medium.com/the-node-js-collection/modern-javascript-explained-for-dinosaurs-f695e9747b70
Have a look at the index.html file to see how to configure the IIIF-Photowall project. This file links to the javascript file in the dist
directory.