You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying tool used to generate placeholders has switched from JIMP to Sharp.
222
+
This allows the plugin to handle a greater variety of image formats, while also increasing in speed.
223
+
224
+
The API remains largely the same so most sites should not need to adjust their config.
225
+
226
+
- The default values for `maxPlaceholderWidth` and `maxPlaceholderHeight` have been increased from 12 to 25 - this increases the quality of the LQIP without a significant change in filesize
227
+
-`placeholderQuality` has been removed - at the size of the LQIP it didn't make much of a difference to filesize or image quality
228
+
- The default value for `preferNativeLazyLoad` is now `false` - most users install this plugin to generate LQIP and the previous default meant the LQIP weren't visible in modern browsers
229
+
209
230
---
210
231
211
-
**Like this project? [Buy me a coffee!](https://ko-fi.com/liamfiddler)**
232
+
**Like this project? Buy me a coffee[ko-fi](https://ko-fi.com/liamfiddler)**
0 commit comments