All Projects → jeffreycwitt → mirador-ldn-plugin

jeffreycwitt / mirador-ldn-plugin

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to mirador-ldn-plugin

mirador-textoverlay
Text Overlay plugin for Mirador 3
Stars: ✭ 35 (+169.23%)
Mutual labels:  mirador-plugins

Mirador IIIF LDN Plugin

Use this plugin to enable Mirador to access an LDN inbox referenced by a IIIF manifest, allowing end users to bring in end content as desired.

Installation

Simply add the plugin files below your mirador initialization like so:

myMiradorInstance = Mirador({
         "id": "viewer",
         "layout": "1x1",
         "data": [...]
       });

add the plugin below

<link rel="stylesheet" type="text/css" href="ldn-plugin.css">
<script src="ldn-plugin.js"/>

The default name for instantiated instance is myMiradorInstance. If you want to use another name go to ldn-plugin.js and pass the name of your Mirador instance to Ldn.init(yourInstanceNameHere) function. See below:

$(document).ready(function(){
  Ldn.init(myMiradorInstance);
});

Example

example-gif

References

Contributors

Jeffrey C. Witt (Loyola University Maryland) Régis Robineau (Biblissima)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].