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
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/
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
Member
Posted 7 months ago #
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.
Roger MacRae
Member
Plugin Author
Posted 3 months ago #
I will add this to the next version