Skip to main content
Andrea Verlicchi

Making the web faster and more user-friendly

Tagged “browsers APIs”

  1. Intersection Observer and lazy loading of elements

    In August 2017 the Intersection Observer API, a new exciting browser API, finally gained quite wide support. We can use it to know when two DOM elements intersect, or when a given DOM element enters the browser viewport. The lazy loading of images is just the case.

    Read more →

See all tags.