• Resolved clarasdesign

    (@clarasdesign)


    Hello

    How can i put the featured image in full size? I saw that in function.php there is this code:
    add_theme_support( ‘post-thumbnails’ );
    add_image_size( ‘thumb-small’, 50, 50, true );
    add_image_size( ‘thumb-medium’, 300, 135, true );
    add_image_size( ‘thumb-featured’, 640,250, true );

    The last line is the one i need to change, i tried changing the number, but it remains the same, i tried forcing with css to “attachment-thumb-featured wp-post-image” class but nothing, everything remains the same.

    Any help?

    Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter clarasdesign

    (@clarasdesign)

    PD: I need the full size featured image in the preview of the post, inside the post the image is already full size. I hope you can help me.

    Thank you so much

    Thread Starter clarasdesign

    (@clarasdesign)

    Hi,
    At the end i could resolve it, you just need to change the last line to the size you need (i put 1000, that i think it is going to be enough).

    Then, and this is so important, is to install the Regenerate Thumbnails plugin, and regenerate all the images, because if not, you are not going to see any change.

    After doing this, everything works perfectly.

    I hope this helps anyone else.

    ??

    Hi Clarasdesign !

    I saw your post and maybe you can help me …
    In the preview of an article in the main page, i would like to have a full size image ( not just a part )
    Do you know how can I do it ?

    Thanks by advance ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full size featured image’ is closed to new replies.