We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple background images work with Quarto + revealjs, but they do not embed into the combined HTML file with embed-resources.
embed-resources
MWE:
--- title: "Untitled" format: revealjs embed-resources: true --- ## Test {background-image="image1.jpg, image2.jpg, image3.jpg, image4.jpg" background-size="50% 50%,50% 50%,50% 50%,50% 50%" background-position="top right,top left,bottom left,bottom right"} ## Local image embeds fine ![](image1.jpg) ## URL image also embeds ![](https://quarto.org/quarto.png)
The text was updated successfully, but these errors were encountered:
Background image set on the attribute are not included when embed-resource: true, even a single one IMO.
embed-resource: true
I believe this is a duplicate of #980 related to Pandoc's issue jgm/pandoc#5124
I'll close this issue as duplicate of #980 - please follow resolution there
Sorry, something went wrong.
Duplicate of #980
No branches or pull requests
Multiple background images work with Quarto + revealjs, but they do not embed into the combined HTML file with
embed-resources
.MWE:
The text was updated successfully, but these errors were encountered: