Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

picture tag

<picture>

<source media="(min-width: 1280px)" srcset="large.jpg">
<source media="(min-width: 640px)" srcset="medium.jpg">

<img src="small.jpg" alt="サンプル">

</picture>
Source by www.tagindex.com #
 
PREVIOUS NEXT
Tagged: #picture #tag
ADD COMMENT
Topic
Name
3+6 =