Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Image lazy loading plugins on Github

Image lazy loading is a concept where images are getting loaded only when needed. It has been adopted in many web applications to reduce usage of bandwidth. When a web page is loaded in a web browser, not all the page elements would be visible in the view port, hence those resources(images, videos etc) don't need to be loaded. Currently there are quite a few open source plugins on Github which can help achieve image lazy loading. Today we will introduce a few of them.Echo.jsEcho.js is a standalone JavaScript image lazy loading plugin, it doesn't rely on any other third party library. Its ...

3,462 0       JAVASCRIPT OPEN SOURCE WEB DEVELOPMENT IMAGE LOADING