In a previous code snippet we found about how you can define new custom images sizes to use on your WordPress theme.
This will use the WordPress built in function called add_image_size().
add_image_size( 'custom-image-size1', 300, 900, true );
Comments