Mentioned in subject, the current config for the img class in css just like below:
and for my case, I would like to display the img thumbnails with the following:
img {
height: 250px;
object-fit: cover;
}
Nice to have this customization for our own blog style !!
Appreciate!!