I'm trying to display a gif from giphy.com as a background to a slide in Revealjs (compiles from Quarto document). Below is my code
## A bad workman? {background-video = "https://media.giphy.com/media/FaIDQOgN69FXq/giphy.gif"}
The background video does not play. Do I need to ensure that all video is local? I thought that it was possibly to pull in videos from sites like giphy, but I cannot seem to get this to work in Quarto. Thanks.