You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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");
The text was updated successfully, but these errors were encountered:
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");
The text was updated successfully, but these errors were encountered: