Hello,
Based on your doc, Im using the image size 960x720 for all my blog images.
So, I used the below code to make them show full height in the featured image. But now the still the height is cut off on the single posts. How can I fix that issue? So basically all I want is to have the same thing for the post.
body .image_frame:not(.no_link) .image_wrapper img:not(.ls-l){
margin-bottom:0px !important;
}