Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active September 16, 2017 00:07
Show Gist options
  • Save pablocattaneo/37b4a2991d34e4803068 to your computer and use it in GitHub Desktop.
Save pablocattaneo/37b4a2991d34e4803068 to your computer and use it in GitHub Desktop.
Add custom thubmnail image size. If the image size is bigger than size define in the custom size it will be cut and center.
<?php add_image_size( 'custom-size', 220, 180, true ); // 220 pixels wide by 180 pixels tall, hard crop mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment