function custom_size_gallery($attr) { // Change size here $attr['size'] = 'gallery'; return gallery_shortcode($attr); } remove_shortcode('gallery'); add_shortcode('gallery', 'custom_size_gallery');