Resource interpreted as image but transferred with MIME type text/html - Magento

前端 未结 15 2251
孤城傲影
孤城傲影 2020-12-05 06:48

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
         


        
15条回答
  •  醉梦人生
    2020-12-05 07:22

    This happened with me when I was including SVG image via img tag. If you are including SVG image via tag you need to switch to Object tag instead: Test SVG Logo

提交回复
热议问题