Notification logo is not consistent

Community Alums
Not applicable

Hi all,

I was using an image in email script and through email script i was calling it in notifications. But the image which i used was not consistent. i.e., in outlook for me it was working fine as expected but for some user the image look bigger difference in length and width and for some user the image is completely missing. Can anyone help me how to fix the issue.

 

2 REPLIES 2

Yashsvi
Kilo Sage

Hi @Community Alums,

please check code:

<img src="https://example.com/image.jpg" width="200" height="100" alt="Description">

Thank you, please make helpful if you accept the solution. 

Satishkumar B
Giga Sage
Giga Sage

Hi @Community Alums 

try this

 

 

<img src="https://example.com/path/to/image.jpg" alt="Image Alt Text" style="max-width: 100%; height: auto;">

 

 

 

--------------------------------------------------------------------------------------------------------------------
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.