Skip to content
New issue

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 do not embed in combined HTML file #5083

Closed
sebdunnett opened this issue Apr 4, 2023 · 2 comments
Closed

Multiple background images do not embed in combined HTML file #5083

sebdunnett opened this issue Apr 4, 2023 · 2 comments

Comments

@sebdunnett
Copy link

Multiple background images work with Quarto + revealjs, but they do not embed into the combined HTML file with 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)
@cderv
Copy link
Collaborator

cderv commented Apr 4, 2023

Background image set on the attribute are not included when embed-resource: true, even a single one IMO.

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

@cderv
Copy link
Collaborator

cderv commented Apr 4, 2023

Duplicate of #980

@cderv cderv marked this as a duplicate of #980 Apr 4, 2023
@cderv cderv closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants