Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mikeyarce
Created April 17, 2018 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyarce/f9b1855003e6d3300abda318cb0f2a1d to your computer and use it in GitHub Desktop.
Save mikeyarce/f9b1855003e6d3300abda318cb0f2a1d to your computer and use it in GitHub Desktop.
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