-
DescriptionFor examples
This did not work I just want to put it as a figure |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you want help with this, you should probably share more about what does not work so we can help you. If you look at the doc, there are ways to embed an iframe as a background for slides if you are in a revealjs presentation. If you are in an HTML document, then using an iframe should work, but be sure the path is resolved correctly. You can check your browser console to see if there are any errors. This is not a Quarto feature but usual HTML so this should be look into this way. If you want to share a reproducible example, we can have a look. |
Beta Was this translation helpful? Give feedback.
-
You are write it did work ## Test Slide
<iframe src="https://slides.com/justinezgh/talk-cosmology-and-ml-cca-030b49#/53/0/3" width="560" height="315" frameborder="0" allowfullscreen></iframe>
I just have an issue with the fullscreen .. but this is probably a slides issue not a Quarto issue |
Beta Was this translation helpful? Give feedback.
You are write it did work
I just have an issue with the fullscreen .. but this is probably a slides issue not a Quarto issue