XML Limiting Product Image Size to 180×180

Top WooCommerce & WordPress Plugins Forums Product XML Feeds for WooCommerce XML Limiting Product Image Size to 180×180

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105538
    Vasilis
    Guest

    Hello,

    Why my xml makes the product image only 180×180 size?

    #105539
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sorry not replying earlier. If you are referring to the [alg_product_image_url] shortcode – it’s using standard WordPress get_the_post_thumbnail_url() function to get image URL, and shortcode has image_size attribute (it’s set to post-thumbnail by default), so please try one of these:

    [alg_product_image_url image_size="medium"]
    [alg_product_image_url image_size="large"]
    [alg_product_image_url image_size="full"]
    [alg_product_image_url image_size="thumbnail"]

    Hope that helps.

    Best regards,
    Tom

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.