Become a backer or sponsor to support our work.
This module ships with an universal inline frame shortcode.
Module | github.com/hbstack/iframe |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
1{{< hb/iframe "URL" >}}
Or via naming parameters.
1{{< hb/iframe src="URL" trigger=manual >}}
Parameter | Default | Description |
---|---|---|
src | - | The iframe URL. Required. |
trigger | auto | Set it as manual if you want to load the iframe manually. |
lazyLoading | true | Whether to enable lazy loading. |
loadButtonText | load | The text of load button. |
loadInfo | - | The information shown below the load button. Markdown is supported. |
fullscreen | true | Show/Hide the fullscreen button. |