I am using Power Automation to send emails with embedded images returned from SharePoint lists.
The image appears in the Outlook app, but I have no control over its width and height.
i tried it in HTML mail body in power automate :
<img src='data:image/jpeg;base64,{output}' width="245" height="200" />
and
<img src='data:image/jpeg;base64,{output}' style="width:245px;height:200px" />
However, the image returns to its original size in Outlook apps, but everything is fine in Outlook Web.
how to handle this issue on the Outlook app.

Report
All responses (
Answers (