Skip to content

Instantly share code, notes, and snippets.

@johnmccole
Last active June 19, 2023 09:28
Show Gist options
  • Save johnmccole/847f53d9132082d9fac5b69d703a698e to your computer and use it in GitHub Desktop.
Save johnmccole/847f53d9132082d9fac5b69d703a698e to your computer and use it in GitHub Desktop.
/**
* Add custom image sizes
*/
add_image_size('960x1080', 960, 1080, true); // 960x1080, hard crop
add_image_size('1920x540', 1920, 540, true); // 1920, hard crop
add_image_size('1920x1080', 1920, 1080); // 1920x1080, proportional crop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment