Advertisement
hello_hello

responsive image in view

Nov 20th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1.   <div>
  2.     <picture>
  3.       <source srcset="url for desktop image" media="(min-width: 768px)">
  4.       <img src="url for mobile image">
  5.     </picture>
  6.   </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement