Ok, I’ve tried the Stretch to Fit (which I currently have) and the Scale to Fit. I’m using them in the Grid Row background.
On different screen sizes, the image gets cut off still?!! How can I solve this issue? It’s holding me up and making me crazy :(
If I use the Scale to Fit, my image doesn’t fit the same size as the grid and looks crappy.
Hey!
Try adding this code to the Quick CSS:
.flex_cell.avia-full-contain{
background-size: 100% 100% !important;
}
Cheers!
Josue