quarto-dev / quarto-dev/quarto-cli
background-iframe backup option
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
It's a minor issue, but I was wondering if there is a way to define a static picture (png or svg) as a fallback option for an iframe in a reveal.js presentation? Sometimes it could be that some external policy is blocking the loading of the iframe and it would be nice to have something instead on the slide then. My use case would be displaying my personal webpage at the end of the presentation (with an iframe it would always show the up-to-date version).
{background-iframe="https://page.com/"}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how {background-iframe="https://page.com/"} is handled in reveal.js presentation rendering and how iframe backgrounds are generated. The issue does not name files or tests; done would mean a static PNG or SVG can be shown when the external iframe cannot load.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100