Hey vibe,
I use the modern theme and the udemy like homepage. I would like that the parallax with course search covers full screen (Height and width) in all browsers.
Right now, in chrome it's ok, but in Mozilla firefox or microsoft edge, The height is to huge and when I scroll down, I see the rest of the picture.
If I reduce the height of the background, the parallax doesn't cover full screen height in chrome anymore.
How can I fix it ?
Thank you !
Screenshot : http://prntscr.com/96f6ig
Try adding the given css from wp-admin -> appearnace -> customize -> custom css :
section.stripe.homesearch {
height: 100vh !important;
}