• Resolved Mikoyan

    (@mikoyan)


    I am trying to display a portfolio on my homepage/front page. I’d like the featured images displayed to be square, sized 240px * 240px. I’ve already changed the sizes in functions.php:

    add_image_size( 'portfolio-thumbnail', 240, 240, true );
    add_image_size( 'portfolio-thumbnail-fullwidth', 240, 240, true );

    but the images still appear in size 301px * 301px.
    Anyone has an idea how to resolve this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing images on full-width-portfolio’ is closed to new replies.