# Deprecate lazySizes (`DeprecateLazysizes`)
[lazysizes](https://github.com/aFarkas/lazysizes) is a common JavaScript library used to lazy load images, iframes and scripts.
## Check Details
This check is aimed at discouraging the use of the lazysizes JavaScript library
:-1: Examples of **incorrect** code for this check:
```liquid
```
:+1: Examples of **correct** code for this check:
```liquid
```
## Check Options
The default configuration for this check is the following:
```yaml
DeprecateLazysizes:
enabled: true
```
## When Not To Use It
You should disable this rule if you want to support lazy loading of images in older browser that don't support the loading="lazy" attribute yet.
## Version
This check has been introduced in Theme Check 1.0.0.
## Resources
- [Rule Source][codesource]
- [Documentation Source][docsource]
[codesource]: /lib/theme_check/checks/deprecate_lazysizes.rb
[docsource]: /docs/checks/deprecate_lazysizes.md