Visual Essay IFrame Tag - JSTOR-Labs/juncture GitHub Wiki

The IFrame tag (ve-iframe) is used to embed any arbitrary web page into the visualization viewer. This can include other viewers of books and images such as Google Books, articles, and even games.

Below is an example of the iframe component with a Google books source url:

Syntax

<param ve-iframe>

Options

  • src: The URL to embedded source.

Usage examples

<param ve-iframe src="https://books.google.co.uk/books?id=aHlVAAAAcAAJ&pg=PA569&output=embed">

<param ve-iframe src="https://www.npr.org/">

Please visit this page for more examples and demonstrations.