• Hi,

    Thanks a lot for creating the plugin. I have an issue.

    I’ve used this code <?php echo get_the_post_thumbnail(); ?> in my post loop for displaying image. I see webp images are creating in the folder, but not rendering. It’s rendering as jpg format, but I want to render as webp. If you inspect here the screenshot on the website, you can see it.

    Why it’s happening? Or how I can solve it?

    Regards,

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the FAQ says that even if you see a JPG extension the MIME type could be a webp , this is the case in the faq is how you can check it.

    Anyway… I also want to serve images as webp, and i also cant. (just like you i still see .jpg or .png files)

    In settings the option is append .webp extension, in my case is disable. htaccess are there on the folders that webp express uses.

    ?Maybe with a rule on the main .htaccess? How can we serve files on code as .webp.

    thanks in advance

    Thread Starter Mofizul Islam

    (@mofizul)

    Hi @monclee

    Thanks for your reply. It’s my WebP settings. And I’m using the code into post loop <?php echo get_the_post_thumbnail(); ?>. But still it’s still serving jpg/png format.

    Thanks.

    [I’ve discovered a way to serving webp with PHP, but that’s not so effective. That’s why I have posted my problem here.]

    I solved going to WebP Express > Settings.

    in Destination folder i set it to Mingled

    And then you can append or set webp as extension.

    ?? hope you can solve it to.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WebP doesn’t serving webp format image’ is closed to new replies.