radi_v
Member
Posted 9 months ago #
Would you please put the image of the testimonial in a div so if you have images with different width they do not get shrunk.
For example if you set the width of the image to be 100px and someone uploads a image that is less then that the images below that one will take the width of it and be shrunk.
http://wordpress.org/extend/plugins/iq-testimonials/
Yes I agree that this is a problem with how this plugin was written, but you can tame this problem by adding some CSS in your theme stylesheet.
div.iq-testimonial-wrap img.alignleft {
width:auto !important;
height:auto !important;
}
Roger MacRae
Member
Plugin Author
Posted 3 months ago #
I will add that to the next update