problem with featured image
-
I have a problem with fetured image .
The size of the image are too big. how can i change the size . I want to change the top slide images size , and the post images size that appear on my front page to be smaller .
This is my site address :www.bloopp.com
i found a part of the code that i need to change but nothing happens :
functions.phpif ( function_exists( ‘add_theme_support’ ) ) { // Added in 2.9
add_theme_support( ‘post-thumbnails’ );
add_image_size( ‘slider-post-thumbnail’, 770, 360, true ); // Slider Thumbnail
add_image_size( ‘large-thumb’, 762, 360, true ); // Large Thumbnail for one column output
add_image_size( ‘featured-thumb’, 362, 172, true ); // Featured Thumbnail for two column output
add_image_size( ‘related-thumb’, 160, 160, true ); // Realted Post Image output
add_image_size( ‘portfolio-thumb’, 270, 320, true ); // Realted Post Image outputWhat else i need to change ?
- The topic ‘problem with featured image’ is closed to new replies.