2014-03-05 25 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