Package Exports
- axcora-iframe
- axcora-iframe/axcora-iframe.axc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (axcora-iframe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Axcora Iframe
npm i axcora-iframe
import in to your frontmatter markdown or on axcora templating ```
css: theme: 'essentials' components: - video
{% axcora-iframe url="https://www.youtube.com/embed/sBljFnEB7Sg" ratio="16x9" title="Iframe Video" /%}
After including the component, you can use it both in Markdown articles and directly within your templating files.
### Implementation Example
Insert a component using the Axcora templating syntax:
{% axcora-iframe url="https://www.youtube.com/embed/sBljFnEB7Sg" ratio="16x9" title="Iframe Video" /%}