Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor ModDish

    (@moddish)

    after you change the image size in the plugin, you need to reupload the images, that size is a thumbnail wordpress generates upon upload. since it is alreay uploaded and sized to the previous size, it will continue to use that size until you reupload

    Thread Starter peter10642

    (@peter10642)

    Thank you very much for the quick response.

    That’s sorted it. I did actually find a fix buy using:

    $theimage=wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' );

    However I’ve changed it back as I prefer not to mess with the plugins too much.

    I did add an odd and even class to the li elements thought to make styling a bit easier.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing image size’ is closed to new replies.