Tumbnail size not working
-
When I set the size for thumbnails to 200px x 200px instead of the standard 150×150, in the editor window, I can not set my images to 200×200.
Even if I change this in the functions.php for my child theme, using the code:
<?php add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 200, 200, true ); ?>
It does not show my images to 200×200.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Tumbnail size not working’ is closed to new replies.