-
Notifications
You must be signed in to change notification settings - Fork 1
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
Background images #14
Comments
Currently, only |
@maxlapides It would be beneficial if we supported background images. Background images are supported in Outlook by utilizing VML (Microsoft's Vector Markup Language). I can provide some code examples if you'd like. But the bottom line as far as implementing them is we apply the background src in these three ways for each background for maximum compatibility:
and Outlook:
So if there is a way to support |
Hi, could I ask how to make love text above background image using this vml code? As now when email is received it is merged with image. (Trying this does email signature- outlook). Thanks |
For development with local images, it seems as though background image sources are not causing a copy of the image to be placed into the Build folder for the template.
Is this feature limited to
<img
tags alone? Or can this be handled forbackground: url('{{src}}');
andbackground="{{src}}"
as well?The text was updated successfully, but these errors were encountered: