Hello,
I have created a super basic Quarto presentation in RStudio cloud, with an introductory slide straight from the template that loads automatically, and second slide that simply tries to place an image stored in my project folder (in a directory called images/).
The code/preview shows the image perfectly fine, however the image shows up as a broken link in the actual presentation.
I am struggling to see what I am missing here -- its not an issue of the size of the image, as I have constrained it to fit well within the presentation. When I change format to either beamer or pptx it works fine. I can also successfully create a standard markdown file with the image correctly shown using the exact same code. So it is only when format is set to revealjs where images no longer appear.
---
title: "Untitled"
format: revealjs
editor: visual
---
## Quarto
Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see <https://quarto.org/docs/presentations/>.
## Images
{.absolute top="170" left="30" width="100" height="100"}