Image style height and width not taken in outlook mails

后端 未结 9 2094
情书的邮戳
情书的邮戳 2020-12-08 01:34

I have a following dom structure in html content I am sending as email.



        
9条回答
  •  失恋的感觉
    2020-12-08 02:26

    I have same problem for image which is not showing correctly in outlook.and I am using px and % for applying height and width for image. but when i removed px and % and using only just whatever the value in html it is worked for me. For example i was using : width="800px" now I'm using widht="800" and problem is resolved for me.

提交回复
热议问题