SVG in CSS backgrounds not showing up in Safari

后端 未结 3 347
情深已故
情深已故 2020-12-10 15:50

The following code doesn\'t work in Safari, and the image doesn\'t show up. This only happens in Safari, it works in all other browsers, I can\'t figure out why. Here is the

3条回答
  •  情书的邮戳
    2020-12-10 16:17

    I fixed the issue by adding following code to .htaccess file.

    
        
        Header set Content-Type "image/svg+xml"
        
    
    

    Reference :

    • Above answer https://stackoverflow.com/a/22442942/1461060 was correct
    • https://css-tricks.com/snippets/htaccess/serve-svg-correct-content-type/

提交回复
热议问题