Title: [Plugin: IQ Testimonials] Image sometimes squashed
Last modified: August 20, 2016

---

# [Plugin: IQ Testimonials] Image sometimes squashed

 *  Resolved [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [14 years ago](https://wordpress.org/support/topic/plugin-iq-testimonials-image-sometimes-squashed/)
 * There’s a few buglettes in the display of the testimonial images, so it seems.
 * And I think it’s dependant on the dimensions of the first image on the page as
   to how the others get treated.
 * See this comparison – [https://skitch.com/rastarr/ebwte/shades](https://skitch.com/rastarr/ebwte/shades)
 * The first was when that testimonial snippet was the 3rd or 4th displayed on the
   page and the correct dimension thumbnail was when it was the first displayed 
   on the page.
 * Any ideas?
 * [http://wordpress.org/extend/plugins/iq-testimonials/](http://wordpress.org/extend/plugins/iq-testimonials/)

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

 *  [Becky Davis](https://wordpress.org/support/users/bdgardengirl/)
 * (@bdgardengirl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-iq-testimonials-image-sometimes-squashed/#post-2829731)
 * I have been able to correct this issue in my theme stylesheet. Try this:
 * div.iq-testimonial-wrap img.alignleft {
    width:auto !important; height:auto !
   important; }
 * Yes, I wish the author would address this issue, but this does seem to solve 
   it.
 *  [Kethlak](https://wordpress.org/support/users/kethlak/)
 * (@kethlak)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-iq-testimonials-image-sometimes-squashed/#post-2829755)
 * I found the issue within the code of this plugin, which is basically that if 
   you have an image that is (for example) taller than it is wide and it is followed
   by an image that is wider than it is tall, it is still using the calculated resized
   width of the first image on the second one instead of using the maximum width
   that the newly recalculated height is based on. In other words, it doesn’t reset/
   set the variable when it should.
 * Another way to fix it would be to make sure that your uploaded images all fit
   within the dimensions that you specify, and then it would never try to resize
   them at all.
 *  Plugin Author [Roger MacRae](https://wordpress.org/support/users/rmac0001/)
 * (@rmac0001)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-iq-testimonials-image-sometimes-squashed/#post-2829766)
 * I will add this to the next version

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

The topic ‘[Plugin: IQ Testimonials] Image sometimes squashed’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/iq-testimonials.svg)
 * [IQ Testimonials](https://wordpress.org/plugins/iq-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/iq-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/iq-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/iq-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/iq-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/iq-testimonials/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 4 participants
 * Last reply from: [Roger MacRae](https://wordpress.org/support/users/rmac0001/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-iq-testimonials-image-sometimes-squashed/#post-2829766)
 * Status: resolved