Skip to content
Rainer Simon edited this page Nov 13, 2017 · 7 revisions

Embed Example

<iframe
  allowfullscreen="true"
  width="420" 
  height="280" 
  src="http://peripleo.no5.at/embed/http%3A%2F%2Fpleiades.stoa.org%2Fplaces%2F344448">
</iframe>
  • allowfullscreen is needed for IIIF fullscreen support
  • adjust width and height according to your needs (or omit, and set via CSS)
  • src, in general, is http://peripleo.no5.at/embed/{url-encoded identifier of place of object}
  • you'll probably need to take care of some minimal CSS styling of the iframe yourself. I'd recommend a custom border (or border:none;) since the iframe will come with an ugly default border in most browsers
Clone this wiki locally