UX: Try tweaking how soon images are lazily loaded

This commit is contained in:
Robin Ward 2019-05-24 15:52:48 -04:00
parent 1e72f44c01
commit 4b796eebe0

View File

@ -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