Thumbnails Cut off Highend Theme
-
The above link is ok, but if you click on any of the individual photos for more info, this is where the picture is being cut off.
**My thumbnails on the team member page are now cut off despite all efforts of cropping, etc. I change the default thumbnail size, regenerated, etc. I added the code below to the PHP file and still no luck.
}
if ( function_exists( ‘add_theme_support’ ) ) { add_theme_support( ‘post-thumbnails’ ); set_post_thumbnail_size( 250, 250, true ); // default Post Thumbnail dimensions (cropped) // additional image sizes // delete the next line if you do not need additional image sizes add_image_size( ‘category-thumb’, 300, 9999 ); //300 pixels wide (and unlimited height) }Any assistance would be greatly appreciated.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Thumbnails Cut off Highend Theme’ is closed to new replies.