Hello,
this might have been discussed before, but I didn’t find a solution: On the Listing Details Page the images are displayed cropped, if they have certain aspect ratios.
Though this might be fixed via modifying the gd_post_images shortcode. But no matter how I set the image size in the gd_post_images advanced settings, the image display does not change. This might be a KLEO override issue, but who knows.
In your support documents I found this code:
.geodir-image-container ul.geodir-images li img {
}
You may need to add additional selectors to target the CSS to one particular display of listings.
Examples of changes to images:
/*Zoom the image to make it fill the frame*/
.geodir-image-container ul.geodir-images li img {
object-fit: contain!important;
height:100%!important;
}
Maybe this is leading me to the right direction, but I guess for my specific needs I just don’t want to zoom the images to fit the frame.
Could you please provide me with a solution?
Thank you,
Martin