How to embed another html presentation within a new quarto presentation? #14781
Replies: 1 comment
|
Both symptoms are the same thing, and it's keyboard focus rather than anything about embedding.
So don't drive the embedded deck by hand, let it run itself. Drop ## Method 2 {background-iframe="file:///<PATH TO FILE>/test/index.html?autoSlide=3000"}I tried this in Chrome over Two things worth knowing. This assumes the embedded presentation is reveal.js, which it is if you built it with Quarto. If it's something else, the diagnosis above still holds, you'd just need that tool's own way to advance on a timer. |
Uh oh!
There was an error while loading. Please reload this page.
Description
How to embed another html presentation within a new quarto presentation?
The html presentation i want to embedd is located in: "file:////test/index.html", it has many slides, thus it has transitions.
I want it full screen and for transitions to happen automatically.
I have tried the followint methods, my problem is that:
Support would be appreciated, thanx
All reactions