I have the following fiddle with background image which I am using as cover (trying to find the best fit without distorting the image).
Right now I want to add gradient on top of this image and also I see a similar questions like this I can not make it work ( gradient does not show up ).
Is there a way to have:
background-size: cover;
background-position: center;
background-image: url(pathToImg);
together with gradient?