How to Build Animated Image Placeholder for Lazy-loading Images
As has been noted several times in the past, images are the biggest bottleneck in so far as performance is considered. Web-developers have invented workarounds to fix this. Lazy-loading images is one such nifty trick. Essentially, with lazy-loading, images are loaded only when they enter the viewport. However, there is...