该模块提供了一个通用的 inline frame 短代码。
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" >}}
或通过命名参数。
1{{< hb/iframe src="URL" trigger=manual >}}
Parameter | Default | Description |
---|---|---|
src | - | Inline frame 的 URL,必填。 |
trigger | auto | manual 则手动加载。 |
lazyLoading | true | 是否启用延迟加载。 |
loadButtonText | load | 加载按钮的文本。 |
loadInfo | - | 显示于加载按钮下方的信息文本,支持 Markdown 语法。 |
fullscreen | true | 显示/隐藏全屏按钮。 |