johnryan1982 / frontend-nanodegree-resume

This repository is used for one of the projects in Udacity's Front-End Web Developer Nanodegree program. Learn how to become a Front-End Developer today with line-by-line code reviewed projects and get a job with career services!
https://www.udacity.com/course/front-end-web-developer-nanodegree--nd001
0 stars 0 forks source link

Optimise images using TinyPNG webservice #24

Closed johnryan1982 closed 6 years ago

johnryan1982 commented 6 years ago

https://tinypng.com/

johnryan1982 commented 6 years ago

Blocking #8

johnryan1982 commented 6 years ago

Whilst doing this, makes sense to replace <img src="..."> template with <img src="..." srcset="..."> to allow for different device-pixel-ratio (DPR) configurations. Assume x2 and x3