Plugin Contributor
Savvas
(@savvasha)
Hi there @ese66,
It seems like you sorted it out?
Thanks,
Savvas
Thread Starter
ese66
(@ese66)
Hello Savvas
unfortunately not really. I tried to scale the picture in the media collection instead of the plug-in. but it only worked with one player.
if you have any ideas I would be more than happy to try them out.
best regards
erich
Plugin Contributor
Savvas
(@savvasha)
I am afraid you need to come in contact with your theme developer for assistance on this 🙂
Thanks,
Savvas
Thread Starter
ese66
(@ese66)
good morning savvas
you think that issuehas its origin in using not rookie but generate press theme? I just tried chaning but the photo still remains in square.
thanks for helping
erich
Plugin Contributor
Savvas
(@savvasha)
UPDATED:
Ok, I misread the first post. Instead of rectangular I thought you wanted circular 😀
You can try to regenerate all your thumbnails and see if that fixes it. Use a plugin like https://wordpress.org/plugins/regenerate-thumbnails/
———————————————————————————–
You can try the following if you want:
At SportsPress->Settings->General->Custom CSS add the following CSS Code:
img.attachment-sportspress-crop-medium.size-sportspress-crop-medium.wp-post-image {
border-radius: 50% !important;
}
It will give you something like this https://snipboard.io/0B1qak.jpg
Thanks,
Savvas
-
This reply was modified 4 years, 1 month ago by
Savvas. Reason: Thumbnails Regeneration