OBJECTIVE
For some reason it looks perfect within Elementor
CodePudding user response:
add following code in css (note: set height of selector to manual like this):
selector {
background-size: cover;
background-repeat:no-repeat;
background-position:center;
height: 50vh /*manual add*/;
width:100vw;
}

