Lazy Loading Images with Vue.js Directives and Intersection Observer

added by JavaScript Kicks
10/16/2018 8:31:15 AM

985 Views

When I think about web performance, the first thing that comes to my mind is how images are generally the last elements that appear on a page. Today, images can be a major issue when it comes to performance, which is unfortunate since the speed a website loads has a direct impact on users successfully doing what they came to the page to do (think conversation rates).


0 comments