Support

Account

Home Forums General Issues How to use custom image sizes Reply To: How to use custom image sizes

  • You can also try defining different image sizes in the Settings-> Media and using that with echo wp_get_attachment_image($image_id, 'large'); or something like that. I usually use the image array and grab the ID from that.