Site logo

Archived topic

Image Gallery Resizing

2 replies · Started by Tommy on March 12, 2019

Viewing posts 1–3 of 3

Ok so added this, and looks like it's working now (ran Regenerate Thumbnails, but that didn't work so had to re-upload my 150+ images. That sucked.)

add_action('after_setup_theme', 'tu_add_image_sizes');
function tu_add_image_sizes() {
    add_image_size( 'Custom Media Gallery', 300, 300, true ); // 300x300 pixels wide
}

Q: what does the "tu" prefix mean?

Hi there,

Glad you figured out!

TU is just Tom's initials. It would be anything :)

This archived topic is closed to new replies.