Hello,
I’m using the plugin easy digital downloads and the images are cropped to small by enfold.
I went to setting and change the size of the images and still looks the same.
You can see the problem of the thumbnail and the full images on the link bellow.
what can I do to fix this problem?
Hey Santos Ramos!
Did you remember to refresh the thumbnails after changing the sizes? You can do it easily with this plugin, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
Elliott
Hi!
Add this to your custom CSS.
.small-preview img {
height: 81px !important;
width: 81px !important;
}
Are you wanting to make it so when you click on the thumbnails in your blog list that they open up the full image in a popup instead of linking to the single post view?
Cheers!
Elliott