Notification logo is not consistent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2024 11:58 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 12:10 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 01:47 AM
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.