Fit <svg> to the size of <object> container

前端 未结 2 1909
死守一世寂寞
死守一世寂寞 2020-12-29 06:24

I have this markup:

#widget1 {
    height:100px;
    width:200px;
}

2条回答
  •  一向
    一向 (楼主)
    2020-12-29 06:48

    Try to add: width: XXXpx !important; height: XXXpx !important;

提交回复
热议问题