Whenever I try to set an image with the following CSS properties:
width: 100%;
height: 100%;
background: url(example.com/image.png) no-repeat;
background-size: cover;
The background appears as white. Is there a way to display it with grey and white squares instead? Thank you. https://i.sstatic.net/kyKz5.png