Skip to content

Visual Essay IFrame Tag

julia-ha edited this page Mar 11, 2022 · 2 revisions

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.

Clone this wiki locally