Hi, this is a great plugin. Thank you. I’m also looking for sqaure images (thumbnails). I browsed through the code (php file) and found the line where images are given their size:
ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin div.pretty-pinterest-image{
background-color: #FFFFFF;
box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
font-size: 12px;
text-align: center;
margin: 0px;
max-width: 100%;
width: 200px;
height: 200px;
}
As you can see I’ve added a height value (and changed the width value to what I wanted). This leaves the thumbnails square BUT I now have a problem with the text disappearing whereever the images were cropped.
My site: https://geloofsopvoeding.net/de-schepping
Thanks for the help!