2014-03-05 28 views
9

我想里面整个reveal.js呈现知道我怎么可以在标签的范围内嵌入整个reveal.js演示文稿,以便我的演讲看起来像演讲上slideshare.net提前嵌入一个div

谢谢。

+0

是你能做到这一点?我正在尝试做同样的事情,如果是的话,请让我知道你是怎么做到的? – Baig

回答

5

你不能用div来做到这一点。你描述的内容听起来完全像iframes有用的。

<iframe width="400" height="400" marginheight="0" marginwidth="0" src="/your/reveal/slideshow.html"> 
    Fallback text here for unsupporting browsers, of which there are scant few. 
</iframe> 

我还没有尝试这样做我自己,但是这是使用合适的工具。试着用这种方法去处理一下,然后你就可以做到你想做的事情。

其他资源: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe