Restoring Default Product Image Size

Top WooCommerce & WordPress Plugins Forums Product XML Feeds for WooCommerce Restoring Default Product Image Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105546
    jeeves
    Member

    Hello,
    My xml makes the product image 180×180 size. I want to use the default image size.
    Thanks

    #105547
    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.