symfony / ux-lazy-image
Lazy image loader and utilities for Symfony
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 13 700
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 5
Forks: 5
Type:symfony-bundle
Requires
- php: >=7.2.5
- symfony/config: ^4.4.17|^5.0|^6.0
- symfony/dependency-injection: ^4.4.17|^5.0|^6.0
- symfony/http-kernel: ^4.4.17|^5.0|^6.0
Requires (Dev)
- intervention/image: ^2.5
- kornrunner/blurhash: ^1.1
- symfony/framework-bundle: ^4.4.17|^5.0|^6.0
- symfony/phpunit-bridge: ^5.2|^6.0
- symfony/twig-bundle: ^4.4.17|^5.0|^6.0
- symfony/var-dumper: ^4.4.17|^5.0|^6.0
README
Symfony UX LazyImage is a Symfony bundle providing utilities to improve image loading performance. It is part of the Symfony UX initiative.
It provides two key features:
- a Stimulus controller to load lazily heavy images, with a placeholder
- a BlurHash implementation to create data-uri thumbnails for images
This repository is a READ-ONLY sub-tree split. See https://github.com/symfony/ux to create issues or submit pull requests.