mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 08:34:41 +08:00
UX: Try tweaking how soon images are lazily loaded
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user