freeCodeCampforfreeCodeCampfreecodecamp.org·Jun 11, 2019Building the React Image Optimization Component for Tueri.ioBy Dane Stevens Let’s face it, image optimization is hard. We want to make it effortless. When we set out to build our React Component there were a few problems we wanted to solve: Automatically decide image width for any device based on the parent...Image Placeholder
freeCodeCampforfreeCodeCampfreecodecamp.org·Jun 11, 2019Your complete guide to truly responsive imagesBy Dane Stevens There is a lot that goes into making a website responsive, and images are a major factor and can make or break your site. With that out of the way, let's dig in: <img src="giraffe.jpg" /> Whoa! That's not quite right, let's fix tha...Progressive Images