Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created June 9, 2013 21:39
Show Gist options
  • Save wpspeak/5745361 to your computer and use it in GitHub Desktop.
Save wpspeak/5745361 to your computer and use it in GitHub Desktop.
Add new featured image sizes
<?php
// Add new featured image sizes
add_image_size( 'grid-thumbnail', 236, 157, TRUE );
add_image_size( 'single-post-thumbnail', 236, 236, TRUE );
add_image_size( 'video-small', 110, 73, TRUE );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment