Closed pixelastic closed 3 years ago
And that the list of extensions to be considered as images for LQIP is defined here:
// Files to be considered as images for lazyloading
imageExtensions: ['.png', '.jpg'],
* | | Local image | Remote image |
* | ------------------ | ----------- | ------------ |
* | Dev (placeholder) | base64 | proxy small |
* | Dev (full) | direct | proxy full |
* | Prod (placeholder) | base64 | proxy small |
* | Prod (full) | proxy full | proxy full |
* | Disabled | direct | direct |
Documentation should explain the way image placeholders are generated (using a LQIP in base64 for local images).
Maybe also specify that a custom cloudinary handle can be passed