Lazy Loadingis a strategy to identify resources as non-blocking (non-critical) and load these only when needed. It can occur on different moments in the application, but it typically happens on some user interactions such as scrolling and navigation. Choose the way you wish to load your image.
Lazy Loading Options
- Off – All Lazy Loading features are off. You may wish to use this option if you are using a third-party plugin to manage lazy loading on your site. Remember if you are using a third-party plugin you may need to enable that plugin in Settings > Styles & Scripts to ensure it can successfuly lazy load images and elements on OptimizePress pages.
- Native Lazy Load – Native Lazy Load will use your browser’s lazy load features where available to
- Native Lazy Load with JS Fallback
- JS Lazy Load