Why background-repeat: no-repeat doesn't work with .svg images in Opera 12?

后端 未结 1 1051
情话喂你
情话喂你 2021-01-16 04:20

I got stuck with a strange problem in Opera 12: I have an .svg image which is linked within my css code. When I resize to zoom-out the page where the image is d

1条回答
  •  深忆病人
    2021-01-16 04:47

    .svgImg {
    background: url("../img/img.svg") no-repeat;
    height:100%;
    width:100%;
    }
    

    0 讨论(0)
提交回复
热议问题