I want my slider height to be responsive. I have it set to 100% width as I want it responsive width wise as well but I want the height to get bigger if you make the screen bigger. If I have it set as a specific pixel height it cuts off part of the bus when I enlarge the screen (for bigger monitors and such). Any ideas?
You can use VW / VH measurements. 1vw = 1% of browser width, 1vh = 1% of browser height.
So you can set slider height, for example, 35vw (type without space), press Enter and Webflow app will accept it. In this way, slider will become bigger if browser window will become wider.
@sabanna and @waldo, this didn’t work…? Do you set the whole slider to the VH or each slide individually? I tried the whole slide set to 45vh and that doesn’t get bigger when I enlarge the screen. It stays the same still and the photos get cut off.
I actually suggested TO USE vw. Because in this way, slider height will become bigger, when the browser window will become wider. And I think it is exactly what Liz was asking.