Supported content types
Tour
Interactive step-by-step product walkthroughs with hotspots and navigation controls.
Guide
Documentation-style guides with annotated steps and screenshots.
Video
Standalone recorded videos with your branding applied.
Find the embed code
Open the share panel
Open any published demo in the editor, then click Share in the top-right toolbar.
The demo must be Published before an embed code is available. Unpublished demos do not generate an embed URL.
Embed code format
The embed code is a standard HTML<iframe>. Paste it into any HTML page or website builder that supports custom HTML.
- Tour
- Guide
- Video
embed-tour.html
<demo-id> with the actual ID from the embed code in your Layerpath share panel.
Sizing and responsive behavior
By default the embed code setswidth="100%", which makes the demo fill its container horizontally. Adjust the height attribute to control the vertical space.
For fully responsive embeds, wrap the iframe in a container with a fixed aspect ratio:
responsive-embed.html
padding-bottom: 56.25% value produces a 16:9 aspect ratio. Adjust this percentage to match your demo’s original recording dimensions.