frost icon indicating copy to clipboard operation
frost copied to clipboard

Featured Image Height

Open littabird opened this issue 3 years ago • 4 comments

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.

littabird avatar Feb 01 '22 09:02 littabird

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.

Screen Shot 2022-02-04 at 3 49 18 PM Screen Shot 2022-02-04 at 3 49 28 PM

@ndiego if you need more specifics please let me know.

tomfinitely avatar Feb 04 '22 20:02 tomfinitely

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?

littabird avatar Feb 05 '22 06:02 littabird

Curious if adding this css fixes the problem:

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

bgardner avatar Feb 14 '22 17:02 bgardner

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?

littabird avatar Feb 16 '22 06:02 littabird