Skip to content

Instantly share code, notes, and snippets.

@danielstrelec
Created April 21, 2017 06:59
Show Gist options
  • Select an option

  • Save danielstrelec/311fa9567783ed85d2bee736436241f5 to your computer and use it in GitHub Desktop.

Select an option

Save danielstrelec/311fa9567783ed85d2bee736436241f5 to your computer and use it in GitHub Desktop.
// definice velikostí obrázků
add_action( 'after_setup_theme', 'wpdocs_theme_setup' );
function wpdocs_theme_setup() {
add_image_size('picture_name', 100, 100, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment