Is it possible for an element to fit screen resolution?

I have an element on my front page, for which I wish it stretch the full length of the screen.

See example. I wish for #1 to fit the whole screen, but when you’re viewing in a lower resolution, it shouldn’t take up 2 times the scrolling for example.

Is this possible? Thanks for the amazing support all throughout!

Hi @robertgr

You can edit this section and add this snippet in Element CSS rules section as in the screenshot:

$el {
	height: 100vh;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.