Seeking help: images not rendering on Windows 10 version of Outlook. #1890
Unanswered
domvillegas-ui
asked this question in
Q&A
Replies: 1 comment 1 reply
-
<Img src="https://api.my-app/such-image?data=something&other-data=something%20else" /> |
Beta Was this translation helpful? Give feedback.
1 reply
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). 2 of these elements are clickable. 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!
edit: added the requirement that 2 of the elements on top of the image are clickable.
Beta Was this translation helpful? Give feedback.
All reactions