amp-library icon indicating copy to clipboard operation
amp-library copied to clipboard

Not Work Tag <picture>

Open amixel opened this issue 4 years ago • 1 comments

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 avatar Mar 05 '20 14:03 amixel

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

amixel avatar Mar 05 '20 14:03 amixel