Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

picture element html

<picture>
  <source type="image/webp" srcset="images/butterfly.webp">
  <img src="images/butterfly.jpg" alt="a butterfly">
</picture>
Source by www.html5rocks.com #
 
PREVIOUS NEXT
Tagged: #picture #element #html
ADD COMMENT
Topic
Name
4+4 =