I have a question regarding full width and full height background parallax images on mobile view.
If I want to change the width of the background image on mobile view I use following CSS to my custom Media Queries: (note that the class “intro-section” is a custom class for the row)
All in all how do I change the height i my Media Queries so I don’t get the gap in the top and the bottom when I change the width of the background-image?
The min-height is set to 100vh to allow for the full height effect. It adjusts the wrapper so it fills 100% of the viewport height. The problem is with your background image’s aspect ratio, it’s not suitable for portrait view, only landscape. I would suggest creating a duplicate of those rows and setting them up for mobile view. You can set a row to show only on specific devices under the Advanced tab.