Add custom image sizes to WP
//<?php add_image_size( $name, $width, $height, $crop ); ?> add_image_size( 'logo', '138', '138', true );