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

Add note about double vs single quotes to background-image on Samsung Mail #476

Open
eckstein opened this issue Nov 1, 2024 · 0 comments
Labels
Data bug Did we say something wrong?

Comments

@eckstein
Copy link

eckstein commented Nov 1, 2024

On Samsung Mail, the background-image property works, but only if the image URL is surrounded by single quotes and not double quotes. Would be a nice note to add for that inbox.

So, this works:
background-image: url('/image.png');

This does not:
background-image: url("/image.png");

@hteumeuleu hteumeuleu added the Data bug Did we say something wrong? label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data bug Did we say something wrong?
Projects
None yet
Development

No branches or pull requests

2 participants