<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Patrick Liu</title>
    <description>The latest articles on DEV Community by Patrick Liu (@patrickliu).</description>
    <link>https://dev.to/patrickliu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F187419%2F981dfb27-0b6f-4db3-8920-956779bf1908.png</url>
      <title>DEV Community: Patrick Liu</title>
      <link>https://dev.to/patrickliu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/patrickliu"/>
    <language>en</language>
    <item>
      <title>WebP support for email</title>
      <dc:creator>Patrick Liu</dc:creator>
      <pubDate>Mon, 30 May 2022 05:14:28 +0000</pubDate>
      <link>https://dev.to/patrickliu/webp-support-for-email-1g09</link>
      <guid>https://dev.to/patrickliu/webp-support-for-email-1g09</guid>
      <description>&lt;p&gt;I began with this thread in WordPress Github Issue:&lt;br&gt;
&lt;a href="https://github.com/WordPress/performance/issues/74"&gt;https://github.com/WordPress/performance/issues/74&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AppleMail and Gmail won't have any issue. Outlook still struggled at the moment, at least on the app side.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mYXQ6PK3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ue0tt6gi03uucscdns2m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mYXQ6PK3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ue0tt6gi03uucscdns2m.png" alt="WebP image format support according to caniemail.com" width="880" height="379"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is that something can be done by using Microsoft Outlook Tag to wrap the fallback jpg file while other webmails or modern email client app can benefit from what WebP offered? For instance:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;!--[if !mso]&amp;gt;&lt;br&gt;
&amp;lt;img src="___.webp" alt="" /&amp;gt;&lt;br&gt;
&amp;lt;![endif]--&amp;gt;&lt;br&gt;
&amp;lt;!--[if lte mso 16]&amp;gt;&lt;br&gt;
&amp;lt;img src="___.jpg" alt="" /&amp;gt;&lt;br&gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Can you share if any tactic that works for you?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>outlook</category>
      <category>email</category>
    </item>
  </channel>
</rss>
