Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @josenovo If you use standard WP functions to retrieve the images they should be delivered. I wonder if there is a hook missing.

    Thread Starter josenovo

    (@josenovo)

    Decidí cambiar el codigo para que lo entregue de la misma forma que lo entrega el resto de la web, lo curioso es que aparece como jpg, pero al descargarlo baja webp. Pero supuestamente funciona.

    <?php if(has_post_thumbnail($id)){?>
    <div class=”picture”>
    <?php loop_item_thumbnail($id, $post_format, $img_size, $post_data,);?>
    </div> <?php }?>

    Plugin Author Darren Cooney

    (@dcooney)

    @josenovo im really not sure.
    Does it work with a standard WP post thumbnail function?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘picture web’ is closed to new replies.