Viewing 1 replies (of 1 total)
  • I had this issue also.

    To get around it I edited the class-foogallery-attachment.php in the includes folder of the plugin.

    Changed
    $image_attributes = wp_get_attachment_image_src( $this->ID, 'full' );
    to
    $image_attributes = wp_get_attachment_image_src( $this->ID, 'large' );

Viewing 1 replies (of 1 total)
  • The topic ‘How to change full size image’ is closed to new replies.