Ghost/ghost/admin/app/components/gh-site-iframe.hbs

9 lines
246 B
Handlebars
Raw Normal View History

<iframe
class="site-frame {{if this.isInvisible "invisible"}}"
src={{this.srcUrl}}
frameborder="0"
allowtransparency="true"
{{did-update this.resetSrcAttribute @guid}}
{{on "load" this.onLoad}}
...attributes
></iframe>