Tagged: Images, testimonial
Hi, i have found several threads regarding testimonial image size, but after adding the relevant CSS and rebuilding thumbnails, also uploading the original images again, the height/width ratio is not correct.
For some reason it does not recognize the 120×120, instead makes it 120×80 ..
thanks for your help
Hey rolfroyce!
Seems like you have already figured it out – http://i.imgur.com/4Vfv8gO.png? :)
Regards,
Yigit
Hi Yigit
My problem in this case is, that after changing the CSS to `.avia-testimonial-image, .avia-testimonial-image img {
width: 250px;
height: 250px;
}` the “visual size” is correct but in the background the image has stil the wrong dimentions -> resolution is then not appropriate…
I uploaded the image again in higher definition but when I add it to testimonials, it makes 180×180 thumbnails…
How can I change that?
<div class='avia-testimonial-image' itemprop="image" ><img width="180" height="180" src="/wp-content/uploads/doe1-180x180.jpg" class="attachment-square" alt="John Doe" /></div>
ThankU verymuch for helping! =)
Hi!
Wordpress is automatically resizing your images. If you want to have control over it, then use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Andy