gitbook-plugin-autosize-iframe

Gitbook plugin - autosize iframes

Usage no npm install needed!

<script type="module">
  import gitbookPluginAutosizeIframe from 'https://cdn.skypack.dev/gitbook-plugin-autosize-iframe';
</script>

README

gitbook 插件 自动 resize iframe (gitbook plugin - auto resize iframe)

在 book.json 中加入:

{
    plugins: ["autosize-iframe"]
}

禁用:

{
    plugins: ["-autosize-iframe"]
}