Answer the question
In order to leave comments, you need to log in
How to change thumbnail images in Wordpress?
I want to create an image gallery on a dynamic Wordpress page, but the images are always cropped to 150x150 px, but I need at least 300x300 .
tried: in settings - media files - thumbnail resizing doesn't work.
+ there is code in functions.php
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 500, 500 );
}
Answer the question
In order to leave comments, you need to log in
thumbnail resize not working
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question