Download the PHP package minifranske/lazy-load-placeholder without Composer
On this page you can find all versions of the php package minifranske/lazy-load-placeholder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download minifranske/lazy-load-placeholder
More information about minifranske/lazy-load-placeholder
Files in minifranske/lazy-load-placeholder
Download minifranske/lazy-load-placeholder
More information about minifranske/lazy-load-placeholder
Files in minifranske/lazy-load-placeholder
Vendor minifranske
Package lazy-load-placeholder
Short Description Create placeholders for lazy loading images for instance based on the dominant image color
License GPL-2.0+
Package lazy-load-placeholder
Short Description Create placeholders for lazy loading images for instance based on the dominant image color
License GPL-2.0+
Please rate this library. Is it a good library?
Informations about the package lazy-load-placeholder
Placeholder images for lazy loading images in TYPO3
This extension adds metadata extractor that detects/calculates the dominant color of an images after upload. The dominant color can be used in FE rendering of images to fill the empty places of the lazy loaded images.
Features:
- metadata extractor to pick/store the dominant color of every uploaded image
llp:lazyImage
viewhelper that can be used as replacement off:image
thesrc
becomes adata:image/svg+xml;base64
string that holds a svg placeholder image in the dominant color the real image is added todata-src
- property
dominant_color
is added to the properties of every image object{image.properties.dominant_color}
This extension is inspired by the blog Dominant Colors for Lazy-Loading Images and uses ksubileau/color-thief-php to detect the dominant color of the image.
All versions of lazy-load-placeholder with dependencies
PHP Build Version
Package Version
The package minifranske/lazy-load-placeholder contains the following files
Loading the files please wait ....