Title: size
Last modified: September 1, 2016

---

# size

 *  Resolved [josephconlon](https://wordpress.org/support/users/josephconlon/)
 * (@josephconlon)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/)
 * Using native mode. The img src is using the 460px width instead of a larger one,
   so it displays incorrectly on IE. Want to use the 1200px width image here. Is
   there a way to change this?
 * Link here: [http://bit.ly/29oMW0J](http://bit.ly/29oMW0J)
 * [https://wordpress.org/plugins/responsify-wp/](https://wordpress.org/plugins/responsify-wp/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [stefanledin](https://wordpress.org/support/users/stefanledin/)
 * (@stefanledin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554054)
 * Hi josephconlon!
    Internet explorer doesn’t support the `srcset` attribute, so
   you’ll need to turn of the native mode and use the Picturefill polyfill.
 * [http://caniuse.com/#feat=srcset](http://caniuse.com/#feat=srcset)
 *  Thread Starter [josephconlon](https://wordpress.org/support/users/josephconlon/)
 * (@josephconlon)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554061)
 * That’s ok, but it’s more the fact that although the images load, they are loading
   the 460px wide image. Is there any way to make the img src load the larger size
   image? We want to use native mode and aren’t bothered about the srcset but the
   img src is loading the small image.
 *  Plugin Author [stefanledin](https://wordpress.org/support/users/stefanledin/)
 * (@stefanledin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554114)
 * I’m afraid not. The image in `src` is supposed to be the default/smallest one.
   The `srcset` attribute should contain alternative images for the browser to chose
   from, like larger/retina images.
 *  Thread Starter [josephconlon](https://wordpress.org/support/users/josephconlon/)
 * (@josephconlon)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554144)
 * OK. Is there no way to modify native-element.php to do this? (a hack I know but
   the client wants the large image as the src)
 *  Plugin Author [stefanledin](https://wordpress.org/support/users/stefanledin/)
 * (@stefanledin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554146)
 * No, but in native-img.php 🙂
    [https://github.com/stefanledin/responsify-wp/blob/master/includes/native-img.php#L9](https://github.com/stefanledin/responsify-wp/blob/master/includes/native-img.php#L9)`
   $this->images` contains all available image sizes. It’s the first one (the smallest)
   in the array that is included in the `src` attribute. Maybe you could change 
   it to the last one in the array instead?
 *  Thread Starter [josephconlon](https://wordpress.org/support/users/josephconlon/)
 * (@josephconlon)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554266)
 * Thanks Stefan, I changed the array and this solves my issue for the client.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘size’ is closed to new replies.

 * ![](https://ps.w.org/responsify-wp/assets/icon-256x256.png?rev=1209208)
 * [Responsify WP](https://wordpress.org/plugins/responsify-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsify-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsify-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/responsify-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsify-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsify-wp/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [josephconlon](https://wordpress.org/support/users/josephconlon/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/size-12/#post-7554266)
 * Status: resolved