add_image_size question
-
Please help.
I want to add a custom image “catalog-size,” for all users, as an alternate thumb-size post insert.
I want this custom size to work like all the others in the Fancybox jQuery expander.
The following code is already in Functions.php.add_theme_support( 'post-thumbnails' );
This is my custom size request —
add_image_size( 'catalog-size', 460, 230, true );
I’ve read some help pages, but I’m still not sure where to insert add_image_size() — in Media.php, Functions.php, or in the loop?
Where would I add margin or padding if needed?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘add_image_size question’ is closed to new replies.