• 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 :

    https://WWW.BLOOPP.COM
    i found a part of the code that i need to change but nothing happens :
    functions.php

    if ( 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 output

    What else i need to change

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘problem with featured image on bueno template’ is closed to new replies.