Whenever I insert an image, I strive to have it fill the entire space but end up with white gaps.
This is my code:
<div style="background-image: url('../assets/img/food-with-ingredients.jpg'); -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover !important;
background-repeat:no-repeat !important;">
However, my image ends up looking like this.
Appreciate your help!