In Chrome versions prior to 80 everything works fine. However the images that have attribute loading="lazy" stop showing up. The image tag inside the cl-image component is set to display: none.
Is anyone else having this issue?
My simple code:
<cl-image loading="lazy" public-id="path/to/image" secure="true"></cl-image>