How can I create a carousel of pictures in my quarto About page? #11243
Unanswered
dionnecargy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can't use the about template for this. An alternative would be to use JavaScript to replace the HTML node with yours. Note that the YAML options don't take arbitrary content. Could you share the version of Quarto you are using instead of RStudio version? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am currently writing my own website about page following the instructions from the following resource, using the broadside template: https://quarto.org/docs/websites/website-about.html
This works perfectly as intended, but I wish there was a way that the image on the left-hand side (of the broadside template) could show a carousel of images using a similar code that works, where images 1, 2 and 3 could be anything (see random attached images).
E.g. using the following code:
I have tried changing this:
to
but it doesn't appear to work as the image parameter appears to need a .jpg or image file.
I am using quarto in RStudio v2024.09.0+375 (2024.09.0+375) with R v4.4.0 on MacOS 14.6.1.
Thank you so much!!
Beta Was this translation helpful? Give feedback.
All reactions