@andrewcohen How do you make a section be the height of the window, are you using jQuery for this too?
Like how the first section of the thoughtbot website is?
Thanks
@andrewcohen How do you make a section be the height of the window, are you using jQuery for this too?
Like how the first section of the thoughtbot website is?
Thanks
Hey @scott - You’re correct! The top section is sized via jQuery detecting the window height and applying it to the section.
Check out the code here - Full Size Section · GitHub
Cheers!
@andrewcohen Awesome, thanks!