Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Last active February 16, 2018 11:42
Show Gist options
  • Select an option

  • Save stuartduff/b2c5e322ff97f8b634229b42f09b1f68 to your computer and use it in GitHub Desktop.

Select an option

Save stuartduff/b2c5e322ff97f8b634229b42f09b1f68 to your computer and use it in GitHub Desktop.
WooCommerce set images sizes
add_theme_support( 'woocommerce', array(
'thumbnail_image_width' => 300,
'single_image_width' => 600,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment