HTML Picture Element Responsive Images
Today we'll be looking at the HTML Picture element. It can be used to have native responsive image support.
So how it works is we wrap our normal img tag inside a picture element and add srcset images.
This will then be defining on media queries whic...
h.daily-dev-tips.com2 min read
Waylon Walker
Data scientist
Such a cool, simple technique to a powerful feature.