mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 23:15:53 +08:00
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 = {
|
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
|
// Min size in pixels for consideration for lazy loading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user