Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Last active October 18, 2018 13:49
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 authentikHQ/19647c97d1c226b04777cfcbfa326084 to your computer and use it in GitHub Desktop.
Save authentikHQ/19647c97d1c226b04777cfcbfa326084 to your computer and use it in GitHub Desktop.
Add image sizes with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Add image sizes.
add_image_size( 'front-page-hero', 1600, 900, TRUE );
add_image_size( 'front-page-square', 400, 400, TRUE );
add_image_size( 'front-page-thumbnail', 320, 180, TRUE );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment