Hi,
When I enable lazy loading with Smush Pro, whichever image type I select is hidden in the process. I did some research into this and it looks like this section of code is an issue (Smush adds it):
<style>.no-js img.lazyload {
display: none
}
figure.wp-block-image img.lazyloading {
min-width: 150px
}
.lazyload,
.lazyloading {
opacity: 0
}
.lazyloaded {
opacity: 1;
transition: opacity 400ms;
transition-delay: 0ms
}
</style>
Could you provide some advice on how to fix this?
Thanks!