Site logo

Archived topic

add image size

6 replies · Started by webtags on May 29, 2017

Viewing posts 1–7 of 7

Hi,
i'm trying to add a custom image size to functions.php.

the code i'm inserting is:

add_action( 'after_setup_theme', 'wpdocs_theme_setup' );
function wpdocs_theme_setup() {
    add_image_size( 'slider-thumb', 700, 400, true );
}

But i cant see the new image size to choose from.
What's wrong?

Hi Leo,
i'm using a child theme.
I have created a new widget area inside the index page.
I'm using a slider to show multiple posts.
The slider i'm using is WP Posts Carousel.
Inside the options i can choose the size of the featured image.
But i dont see the slider-thumb...

Hi, I solved the problem in one way or another...
Probably a bug of the plugin.
Thank you for your support

Glad we could help!

This archived topic is closed to new replies.