Title: Image sizing problem
Last modified: August 21, 2016

---

# Image sizing problem

 *  Resolved [summerchilde](https://wordpress.org/support/users/summerchilde/)
 * (@summerchilde)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/)
 * Hi Nick
 * After updating to the latest version of Aesop I’ve noticed a problem with the
   image component. I’ve tried this with my regular theme and with TwentyTen. What
   is happening is the width that I set is not being used by the plugin. For example,
   on this post [http://www.summerchilde.com/testing/2014/06/21/aesop-test/](http://www.summerchilde.com/testing/2014/06/21/aesop-test/)
   I have inserted an image with a width set to 300 and left aligned but it is displaying
   at full width and centered I think. Not sure what is happening.
 * Here’s the actual shortcode entered: [aesop_image img=”[http://www.summerchilde.com/testing/files/2013/09/alison_owen_3.gif&#8221](http://www.summerchilde.com/testing/files/2013/09/alison_owen_3.gif&#8221);
   imgwidth=”300″ align=”left” captionposition=”left” lightbox=”off”]
 * [https://wordpress.org/plugins/aesop-story-engine/](https://wordpress.org/plugins/aesop-story-engine/)

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

 *  Plugin Author [Nick Haskins](https://wordpress.org/support/users/nphaskins/)
 * (@nphaskins)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030834)
 * hey hey!
    we made some changes as far as waht other items the width is applied
   too, but we haven’t changed anything that would cause a break.
 * What I can say, is that the width is to be entered as 300px or 50%, instead of
   just 300.
 *  Thread Starter [summerchilde](https://wordpress.org/support/users/summerchilde/)
 * (@summerchilde)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030838)
 * I just tried it with 300px and then 20% and it’s still displaying the image at
   full size if I use Twentyten as the theme. This is with the latest version of
   the plugin, WordPress 3.9.1, and no other plugins running.
 * It works with Twentyeleven, Twentytwelve, Twentythirteen, and Twentyfourteen.
 * I can’t imagine what would be affecting it.
 *  Plugin Author [Nick Haskins](https://wordpress.org/support/users/nphaskins/)
 * (@nphaskins)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030839)
 * Do you have a link? These styles are applied inline so it would take a theme 
   calling width:100% !important to override that.
 *  Plugin Author [Nick Haskins](https://wordpress.org/support/users/nphaskins/)
 * (@nphaskins)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030841)
 * On second though, I just replicated this. Most themes tehse days have a max-width:
   100% applied to images to make them responsive. Apparently 2010 does not.
 * img {
    max-width:100%; height:auto; }
 * Fixes this. That shoudl be applied to the img tag across the theme.
 *  Thread Starter [summerchilde](https://wordpress.org/support/users/summerchilde/)
 * (@summerchilde)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030842)
 * Ok. I’ll try that right now.
 *  Thread Starter [summerchilde](https://wordpress.org/support/users/summerchilde/)
 * (@summerchilde)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030845)
 * Excellent. Totally fixed it. Thanks!
 *  Plugin Author [Nick Haskins](https://wordpress.org/support/users/nphaskins/)
 * (@nphaskins)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030847)
 * no problem! glad to help.

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

The topic ‘Image sizing problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/aesop-story-engine_252422.svg)
 * [Aesop Story Engine](https://wordpress.org/plugins/aesop-story-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/aesop-story-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/aesop-story-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/aesop-story-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/aesop-story-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/aesop-story-engine/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Nick Haskins](https://wordpress.org/support/users/nphaskins/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/image-sizing-problem/#post-5030847)
 * Status: resolved