Bug fixes:
- Make
ImageDefer.optionsa read-only property, to prevent it from being accidentally overwritten (e.g. when setting options after image-defer has initialised). This does not prevent the individual options themselves from being changed. - Prevent
ImageDefer.options.scrollingStopMillisfrom being 0, undefined, or too low - Do not unload images if
ImageDefer.options.maxLoadedis 0 or undefined
Bug fix:
- It was not possible to override
scrollingSkipRatefrom the options.
This is the first usable version, and has had limited testing.