Hello, hope everyone is doing well!
I'm building a flow that from an export of the power bi connector, I save the image in sharepoint, take it and convert it to base64 in an html element, for desktop outlook users the image works fine, but for outlook web users it it has no limits and goes beyond the screen.
Below my power automate actions
Here the example of how the image is displayed perfectly on desktop outlook.
Here is an example of how the image goes beyond the borders in outlook web, see on the left that the image has no limits as in outlook desktop.
I wonder if this is to be expected, or is there any way to fix it. If it is a bug I can report it to M$. Let me know your observations and things I might try.
For further reference, I fixed this problem just by adding width="95%" getting as below
<img width="95%" src="data:image/PNG;base64...
But try some values like 100%, 80%
Hello, @AlexEncodian
thanks for the reply. But for this project paid connectors are not an option.
Hello, thanks for your reply.
@AlexEncodian
I didn't test it, because I couldn't resize the image. But in other streams that I have the image is still extrapolated out in the web version. If you know any way to resize image stored in sharepoint please let me know.
@Welyson
Have you tested different image dimensions and how they appear in desktop vs web?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1