Add new thumbnail size for Genesis

Add the following code in functions.php


//* Add new image thumbnail size
add_image_size( 'mythumbnail', 180, 180, TRUE );

You can modify 180 with any sizes.

More Articles & Posts