Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function override_image_size() {
- remove_image_size( 'bold-photography-logo-slider', 175, 133, true ); // Ratio 4:3
- add_image_size( 'bold-photography-logo-slider', 400, 400, true );
- }
- add_action( 'after_setup_theme', 'override_image_size' );
Advertisement
Add Comment
Please, Sign In to add comment