• Resolved cdelin

    (@cdelin)


    Facebook for WooCommerce seems to using the main uploaded product image when “Use WooCommerce image” is selected.

    How would I go about selecting another image size? They are usually called thumbnail, medium , large in WordPress.

    I have some custom sizes auto-genereated, for instance woocommerce_single, which crops/extends the image to avoid narrow images of pens, bracelets, etc.

    As an example, the Google Feed has a function to do this:

    function filter_woocommerce_gpf_image_style( $style ) {
    return ‘woocommerce_single’;
    }
    add_filter( ‘woocommerce_gpf_image_style’, ‘filter_woocommerce_gpf_image_style’ );

    Please let me know if you have such a function or setting, in order to avoid modifying the plugin code itself.

Viewing 1 replies (of 1 total)
  • Afzal (woo-hc)

    (@afzalpansuvi)

    Hi @cdelin,

    I understand that you want to change the default image size for your products on Facebook for WooCommerce. Unfortunately, the current version of the plugin does not have a function or setting to change the image size. The plugin uses the main image width that you set in WooCommerce. This means that the plugin will use the same image size for all products, regardless of their dimensions or aspect ratio.

    However, there is a workaround that you can try to achieve your desired result. You can use the WooCommerce Additional Variation Images plugin that allows you to change the image size for each product individually.

    I hope this helps you solve your issue and improve your product presentation on Facebook.

Viewing 1 replies (of 1 total)
  • The topic ‘Change default image size’ is closed to new replies.