To fix the thumbnail image cropping issue:
-CSS Fix: Use object-fit: contain; or cover; on the thumbnail class in your CSS file to adjust how the image fits.
If you need specifics on finding the class or exact CSS tweaks, let me know!
To fix the thumbnail image cropping issue:
-CSS Fix: Use object-fit: contain; or cover; on the thumbnail class in your CSS file to adjust how the image fits.
If you need specifics on finding the class or exact CSS tweaks, let me know!