• Resolved tomeryatir

    (@tomeryatir)


    Hey,

    Im using Imagify plugin along with A/O.
    When i have lazyload on, PNG images aren’t being shown, i get the following:

    <picture class=" lazyloaded">
    <source type="image/webp" data-srcset="https://ashdod.shop/wp-content/uploads/sites/2/2021/04/hevra3.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=%22https://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" class="wp-post-image">
    <img src="data:image/svg+xml,%3Csvg%20xmlns=%22https://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" data-src="https://ashdod.shop/wp-content/uploads/sites/2/2021/04/hevra3.png" class="wp-post-image">
    </picture>

    so the png images, are being added with .webp (automatically on imagify), then the srcset is:
    data:image/svg+xml,%3Csvg%20xmlns=%22https://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E

    which is empty.

    Any insights on this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lazyload + imagify doesnt show PNG properly’ is closed to new replies.