Make lazy loading more like the native browser behavior

Created on 1 May 2024, 7 months ago

Problem/Motivation

Currently there's no threshold on the intersection observer, so images get loaded as they enter the viewport.
This causes a short delay before the image is visible.

When using they images start loading when they get near the viewport so they're more likely to have finished loading by the time they enter the viewport.

Proposed resolution

Change the threshold to be more similar to the native value.

πŸ› Bug report
Status

Active

Version

1.3

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium kubrick

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024