Skip to content

Instantly share code, notes, and snippets.

@mikeyarce
Created April 17, 2018 22:22
Embed
What would you like to do?
Twenty Seventeen WooCommerce images
<?php
add_theme_support( 'woocommerce', array(
'thumbnail_image_width' => 250,
'single_image_width' => 350,
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment