Archived topic
(video) header height on mobile
4 replies · Started by Antal on January 26, 2018
Hi, I've created a nice page header for this site. https://universalacademy.nl/
On desktop it plays video, on mobile the image is still. Like intended. Great stuff. :)
But on mobile the header is much longer than expected. How can I have it behave a bit better? (normal height)
Thanks!
Hi there,
Give this CSS a shot:
.generate-page-header-video {
background-size: 100% auto !important;
}
Let me know :)
Hi Tom,
No difference. The mobile header is still to large.
Found it, a lost margin somewhere... Problem solved!
Have a nice weekend :)
Glad you got it working! You too :)