Seeking help: images not rendering on Windows 10 version of Outlook. #1890
Unanswered
domvillegas-ui
asked this question in
Q&A
Replies: 1 comment
-
<Img src="https://api.my-app/such-image?data=something&other-data=something%20else" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for your time!
I have a few elements I need to display on top of an image (an icon, a link, and a header). Because
position:absolute
can't be used on all clients, I decided to add a background image toreact-email
'sContainer
(I've also tried usingSection
).Besides the Windows 10 versions of all Outlook clients, the above approach works. In Litmus I can see the children 3, but the background image doesn't render and, interestingly, definitions of
height
andwidth
ofContainer
(orSection
) aren't applied.Any ideas? Although a solution to the puzzle above would be great, I'm also open to a different approach entirely that would build what I need.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions