How to remove existing and add custom image sizes?
-
Hello.
I want to remove all existing WordPress plus Theme image / thumbnail sizes, and add custom one like:
add_image_size( 'homepage-thumb', 220, 180, true ); // 220 pixels wide by 180 pixels tall, hard crop mode
.How to do this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to remove existing and add custom image sizes?’ is closed to new replies.