UX: Try tweaking how soon images are lazily loaded
This commit is contained in:
parent
1e72f44c01
commit
4b796eebe0
|
@ -1,5 +1,5 @@
|
|||
const OBSERVER_OPTIONS = {
|
||||
rootMargin: "50%" // load images slightly before they're visible
|
||||
rootMargin: "66%" // load images slightly before they're visible
|
||||
};
|
||||
|
||||
// Min size in pixels for consideration for lazy loading
|
||||
|
|
Loading…
Reference in New Issue