Title: Thumbnail Quality
Last modified: August 21, 2016

---

# Thumbnail Quality

 *  [Metura](https://wordpress.org/support/users/metura/)
 * (@metura)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/thumbnail-quality/)
 * I was able to change the Thumbnail size without a problem but i noticed the URL
   for the Thumbnail had a 5 at the end and the url for the picture when it pops
   up has an 8 but i dont see anywhere within the code how i can make the changes
   and fix this.
 * [http://wordpress.org/plugins/simply-instagram/](http://wordpress.org/plugins/simply-instagram/)

Viewing 1 replies (of 1 total)

 *  [mboss97](https://wordpress.org/support/users/mboss97/)
 * (@mboss97)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/thumbnail-quality/#post-4502649)
 * You can change the size of the images by editing the src attribute for the image.
 * `src="' . sInstCache( $data['data'][$i]['images']['thumbnail']['url'], "303" ).'"`
 * Just change thumbnail to standard_resolution like below.
 * `src="' . sInstCache( $data['data'][$i]['images']['standard_resolution']['url'],"
   303" ) . '"`

Viewing 1 replies (of 1 total)

The topic ‘Thumbnail Quality’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simply-instagram_e1dfde.svg)
 * [Simply Instagram](https://wordpress.org/plugins/simply-instagram/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simply-instagram/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simply-instagram/)
 * [Active Topics](https://wordpress.org/support/plugin/simply-instagram/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simply-instagram/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simply-instagram/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mboss97](https://wordpress.org/support/users/mboss97/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/thumbnail-quality/#post-4502649)
 * Status: not resolved