Skip to content

glenrobson/iiif-photowall

Repository files navigation

iiif-photowall

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:

Please let me know if you find any other good ones that could be added to the list above by creating an issue.

Running locally

Run npm install to install the dependencies

Building

npm run build

Testing locally

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

Deployment

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.