Full size featured image
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Full size featured image’ is closed to new replies.