Fixes for email images
This commit is contained in:
parent
ef492cecdd
commit
c61edc85d4
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@
|
|||
--}}
|
||||
|
||||
<!--[if gte mso 9]>
|
||||
<img src="{{ $logo ?? '' }}" alt="" width="570" border="0" style="display:block;" />
|
||||
<div style="width:0px; height:0px; max-height:0; max-width:0; overflow:hidden; display:none; visibility:hidden; mso-hide:all;">
|
||||
<img src="{{ $logo ?? '' }}" alt="" width="400" border="0" style="display:block;" />
|
||||
<div style="margin-top: 40px; height: 40px; display: block; margin-left: auto; margin-right: auto; mso-hide:all;">
|
||||
<![endif]-->
|
||||
<img src="{{ $logo ?? '' }}" alt="" width="100%" border="0" style="display:block;" />
|
||||
<!--[if gte mso 9]>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue