Video height not expanding

When I add the timeline component it increases the overall height of the whole container Div (header11_component), meanwhile the height of the video (header11_video-wrapper) shrinks, showing up in larger screen sizes. I consider myself pretty advanced but can’t figure this out. Appreciate any tip
read-only link

hi @Nicolasdonati here is one way how it can be done.

EDIT: I forget to delete min-height: 100vh that is not needed.

Hope it will point you right direction. :vulcan_salute:

2 Likes

Have you checked for any JavaScript that might be altering the height of these elements when the timeline component is rendered?

Hi Stan, sorry for the late reply. This worked much better than my made up solution, thank you! Although not sure where you meant to remove min-height: 100vh

2 Likes

hi @Nicolasdonati glad you found it helpful. I can’t already remember where it is but there is set somewhere min-height: 100vh on some of these components (I’ve worked on in the video) but this setting is redundant. :upside_down_face: