Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › Change post image size (featured image size) › Reply To: Change post image size (featured image size)
September 7, 2016 at 9:05 am
#290875
Add this to your custom css:
.single-post- figure.media-wrap img {
width: auto;
}
In the post meta you will have to change the layout of the media from full width to ‘above content’
– Kyle