Quarto snippet for image and attribution slide

I am trying to switch from xaringan to quarto and I could use some help with a code snippet for the thing I do perhaps the most often in presentations-- have a full-page image with a small attribution (text and/or link) aligned in the bottom corner. Does anyone have such a code snippet?

Here's an example of the code I would use in xaringan:

---
background-image: url(img/mpls-stp-8.5x11-DakotaMap.jpg)
background-size: cover
background-position: top left


.footnote[
 Dakota landmap by [Marlena Myles](https://marlenamyl.es/) 
]

There is this Revealjs Plugin for Quarto that can help I believe

Not sure you'll get the same formatting but the purpose is attribution. Maybe it can be improved and tweaked based on your experience ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.