This thread is resolved. Here is a description of the problem and solution.
Problem:
Two pages an image does not have the same height as the others. Solution:
Fix this issue by adding following CSS in your theme’s style.css file or custom CSS file.
I followed the discover-wp Tours-listing site-Travel destination
As you can see in these two pages an image does not have the same height as the others and it is incomprehensible for me
Hi noman
Its much better, but the first row is higher and there is a white space below the left and right images
You think there is a way to fix it to get height='260' crop="true
>> You think there is a way to fix it to get height='260' crop=’true’
You need to upload larger image dimensions than provided in shortcode attributes. If you need image height 260px then you need to upload image with height larger than 260px. And if you need image width 400px and height 160px then you need to upload image with height and width larger than 400px x 160px, so it will resize to your desired dimension.
After that you do not need to use extra CSS, I have provided in last message.
Thank you