Title: Set source image size
Last modified: August 21, 2016

---

# Set source image size

 *  Resolved [Zade](https://wordpress.org/support/users/nothin7/)
 * (@nothin7)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/set-source-image-size/)
 * It would be awesome if the gallery shortcode for size worked with this plugin.
   For example: [gallery size="large"]. My client uploads her images at original
   resolution, but they display in the gallery much smaller: [http://www.annduncanphoto.com/galleries/colorado/rocky-mountain-national-park/](http://www.annduncanphoto.com/galleries/colorado/rocky-mountain-national-park/).
   This means the page takes far longer to load than necessary. How can I have the
   image in the main area use an image size registered with add_image_size() instead
   of the full resolution?
 * [https://wordpress.org/plugins/image-gallery-reloaded/](https://wordpress.org/plugins/image-gallery-reloaded/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Zade](https://wordpress.org/support/users/nothin7/)
 * (@nothin7)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/set-source-image-size/#post-4971361)
 * Here is how I resolved this issue. In image-gallery-reloaded.php, replace:
 * `$output .= '<a href="' . $link . '">';`
 * with
 * `$output .= '<a href="' . $img . '">';`
 * and replace
 * `wp_get_attachment_image_src($id, $size);`
 * with
 * `wp_get_attachment_image_src($id, 'large');`

Viewing 1 replies (of 1 total)

The topic ‘Set source image size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/image-gallery-reloaded_a98678.svg)
 * [Image Gallery Reloaded](https://wordpress.org/plugins/image-gallery-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/image-gallery-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/image-gallery-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/image-gallery-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-gallery-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-gallery-reloaded/reviews/)

## Tags

 * [large](https://wordpress.org/support/topic-tag/large/)
 * [small](https://wordpress.org/support/topic-tag/small/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 1 reply
 * 1 participant
 * Last reply from: [Zade](https://wordpress.org/support/users/nothin7/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/set-source-image-size/#post-4971361)
 * Status: resolved