frost
frost copied to clipboard
Featured Image Height
One blog is usually embedded with Human Portrait images. The problem is your Featured Image Block is fixed on HEIGHT ==> causing Headless/Feetless in most cases. Is there away to make the the Featured Image full height 100% (so that the no head will be chopped off)? Also, is there away you can pick up the 1st image embedded in the post as featured image automatically (I am using a plugin to do this). Thank you.
I don't know if this is the same issue that @littabird is experiencing but I suspect they may be related:
Using Frost 8.3 and Genesis Blocks Pro to render out a single column grid list of posts, contained within an Advanced Column block, this site's featured images are fully flexible irrespective of size attributes, at various responsive breakpoints.
@ndiego if you need more specifics please let me know.
In my case, it's the "Featured Image Block" that isn't flexible. Its height is always fixed. Now this may not be an issue on single post (I can hide the featured image), it's on the Archive/Frontpage where the thumbnails are all fixed at maybe 150px -- this won't display Human Portraits (see https://imgur.com/EnvvQV4) The classic Genesis displays featured image properly. Can someone please help?
Curious if adding this css fixes the problem:
img {
height: auto;
max-width: 100%;
vertical-align: top;
}
Tried that by adding it to Additional CSS under /wp-admin/customize.php. Unfortunately NO Effect at all? I think you gotta look at the classic Genesis themes -- they all works flawlessly, probably use the same CSS?