Featured image sizing
Is there a way to display the actual image size for a featured image on a post?
I have smaller images (that don't scale up) e.g. old logos etc and they blow up to "correct" size and look...ordinary.
I've seen this code BUT 1. I'm not sure where it goes and 2. I'm not sure that it's correct.
/* Stop Divi Blog Module from forcing cropped aspect ratios */
.et_pb_posts .entry-featured-image-url img,
.et_pb_portfolio_item .et_portfolio_image img {
height: auto !important;
max-height: none !important;
object-fit: contain !important;
}
Thanks!