I have a wordpress theme I'm working with and trying to make a section into a full-width image with parallax. The theme doesn't seem very well written so I'm adding some custom CSS to try to get it working.
I got the scrolling effect to work as I wanted but the height of the section doesn't adapt when viewed on a phone -- image becomes 100px high, but section is still 500px for example. I was looking into 'vh', but haven't had luck with it as of yet.
Is this the right direction?