Registering New Image Sizes not Worling
-
I’m registering new image sizes in WordPress funcion.php theme file this way:
add_theme_support( 'post-thumbnails' ); add_image_size( 'image-480', 480, 9999 ); add_image_size( 'image-640', 640, 9999 ); add_image_size( 'image-720', 720, 9999 ); add_image_size( 'image-960', 960, 9999 ); add_image_size( 'image-1160', 1168, 9999 );
The problem that the options to choose this sizes doesn’t appear. Only FULL, LARGE, MEDIUM and THUMBNAIL, the default sizes.
This always worked for me before.
PS: I’m trying with images begger than 1200)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Registering New Image Sizes not Worling’ is closed to new replies.