0

I think the Zapier front page is awesome: https://zapier.com/

But i'm wondering, how do you achieve that the first page is always the exact height on different sizes?

What's the easiest trick to achieve this ? Do they use something like backdrop?

NicoJuicy
  • 3,435
  • 4
  • 40
  • 66

1 Answers1

1

The background-size CSS property can be set to cover, which scales the background as the page is resized.

Gelatin
  • 2,393
  • 1
  • 24
  • 29