Responsive img srcset Generator
Code
<img src="/image.jpg" srcset="/image-480w.jpg 480w, /image-768w.jpg 768w, /image-1024w.jpg 1024w, /image-1280w.jpg 1280w, /image-1920w.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" alt="" />
<img src="/image.jpg" srcset="/image-480w.jpg 480w, /image-768w.jpg 768w, /image-1024w.jpg 1024w, /image-1280w.jpg 1280w, /image-1920w.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" alt="" />