/ Published in: PHP
By putting the following code in your theme’s functions.php file, you create two extra sizes:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
add_image_size( 'large_thumb', 75, 75, true ); add_image_size( 'wider_image', 200, 150 );