Erik Golinelli
Erik Golinelli
@futtta you can hook to the event ["beforeLazyUnveil"](https://github.com/aFarkas/lazysizes?tab=readme-ov-file#js-api---events) with a function like this one: ```javascript document.addEventListener( 'lazybeforeunveil', (e) => { const bg = e.target.getAttribute('data-bg'); if (bg) { e.target.style.backgroundImage = `url(${bg})`;...
ah yes, you are right... i that case would not work 😢. However I believe that gutenberg uses the style, especially in that critical case of the cover. In that...
hi @dainemawer, > Reducing quality may look okay on your average screen / laptop - but if image quality was reduced, Apple users would probably get a less than ideal...
if you need there are some image that can be useful to check compression artifacts / degradation etc https://sourceforge.net/projects/testimages/files/
This is what I found on this topic: > What do hosts need to do to make MozJPEG available on the server? (complex) Since MOZjpeg is a fork of the...
After facing this issue for a while, I managed to solve it by updating wsl https://github.com/microsoft/WSL/releases
this one ``` wsl --version WSL version: 2.2.4.0 Kernel version: 5.15.153.1-2 WSLg version: 1.0.61 MSRDC version: 1.2.5326 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.26091.1-240325-1447.ge-release Windows version: 10.0.22635.3930 ```
v 2.3.11.0 seems to be a pre-release version... maybe something is wrong there. not sure, just guessing!