We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

Is it possible to embed a video inside a template?

Yes, you are able to embed a video inside a Piano Template using the following sample code:

XML
<video width="320" height="240" controls>
  <source src="URL" type="video/mp4">
  <source src="URL" type="video/ogg">
</video>

For example, for a YouTube video you can use:

XML
<iframe width="500" height="320" 
src="https://www.youtube.com/embed/lcZDWo6hiuI">
</iframe>

Last updated: