What are the steps to make a HTML design responsive? [closed]

Responsive Images (different images in HTML for different situations) is an important one.

Few important bits :

It really makes a lot of difference when user on mobile opens a page with images that are sized for it, less data and well faster loads 🙂

Tools like Grunt may seem like they take some work to setup but once you start working with it its so easy and fast.

More reading material:

https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization

http://blog.cloudfour.com/responsive-hero-images/

Leave a Comment