Does anyone know the correct CSS to set a maximum height for full width sections (I have two carousel sections that are full width but I want to limit the height to 200px after a width of 1300px).
I don’t want to use a max-width as i still want the section to be full width - i would just like a maximum height.
And i would like to add a maximum height after 1300px width if possible to keep the same ratio. At the moment, when the screen width is larger than 1300px, the height gets too big.