I\'m getting below error when uploading a new product image for my Magento shop.
Resource interpreted as image but transferred with MIME type text/html
My issue was with this line in the CSS
background-image: url('');
Which should have been:
background-image: none;