mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06: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 = {
|
||||
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
Block a user