Showing posts with label html5. Show all posts
Showing posts with label html5. Show all posts
Wednesday, May 6, 2015

Responsive Images with <picture> in HTML5

By responsive images here we don't mean just fluid images that fits in its container, but images that actually responds to the query or conditions passed to it as in CSS Media Queries. With the new <picture> element it is possible without the use of any JavaScript.

responsive images picture element html5