Replies: 1 comment 8 replies
-
This is a bit tricky in general in HTML, not specifically revealjs. The background image is inserted using it seems it requires some dom adaptation when this is needed : https://www.davidmacd.com/blog/alternate-text-for-css-background-images.html - Which you could only do now with some JS processing It would be a revealjs feature request that they allow this using an attribute, and do the right thing as they already do some JS processing to take the slide attributes, and create the background Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello!
I am using Quarto+revealjs for a slidedeck. I am using full screen images as shown in https://emilhvitfeldt.com/post/slidecraft-layout/#background-image
Is there a possibility to add an alternative text to images added this way? I couldn't find any info in revealjs docs themselves.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions