• Hi,
    Facebook feed requires images to have a 1:1 ratio in order to be displayed properly.
    is it possible to use a desired thumbnail of featured image in feed?
    Can this be done with your extension?

Viewing 1 replies (of 1 total)
  • Currently there is no way to modify this without modifying the plugin’s code.

    You would need to modify the following file:

    wp-content/plugins/product-catalog-feed/inc/generate-feed.php

    and change line 723:

    return wpfeed_thumbnail_src($product->id, 'shop_single');

    Change shop_single to you desired image size

Viewing 1 replies (of 1 total)
  • The topic ‘Product image dimensions’ is closed to new replies.