Replies: 1 comment 4 replies
-
It's 100% possible, but that's very hard to provide you with a concrete answer without something to work on in the first place. I'm also not sure what this "two images on the title slide, one in the top right corner" means exactly? Finally, you need to understand that YAML is not independent of the HTML/CSS produced. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Description
I am creating a revealjs extension with my University's new branding, and they require two images on the title slide, one in the top right corner, and one in the bottom left. I know it's possible to add an image to the title slide (top-right) with
but I can't figure out how to add a second image. I tried adding a second image in the bottom left using CSS (in addition to the above yaml):
but that didn't seem to have any effect at all.
Is it possible to have two images on the title slide and, if so, how? (don't mind how hack-y the solution is!)
I'm using Quarto 1.8.22 on macOS 15.6.1.
Beta Was this translation helpful? Give feedback.
All reactions