Lullabot / amp-library

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification
Other
381 stars 178 forks source link

Not Work Tag <picture> #269

Open amixel opened 4 years ago

amixel commented 4 years ago

Hi, not work TAG html <picture>and <source>

<picture>
  <source srcset="images/filename.webp" type="image/webp">
  <source srcset="images/filename.jpg" type="image/jpeg"> 
  <img src="images/filename.jpg" alt="Alt text of the image">
</picture>

Not convert to AMP

amixel commented 4 years ago

Link exemple correct: https://cloudhoreca.com/en/blog/amp-webp-fallback.html