美文网首页
div设置等比缩放背景图

div设置等比缩放背景图

作者: 小雨hahaha | 来源:发表于2019-06-15 10:37 被阅读0次
     "<div class='mapIconBgView' style='background-image:url("+element.url+");background-position:center;background-size:cover;background-repeat: no-repeat'></div>"
    

    我是写在js里面插入的一句话,可以看到主要是设置的background-image,background-size,background-repeat,因为我设置的是网络图片,所有只能让他自己根据高度做等比缩放然后显示中间的部分,所以用了cove,具体文章参考了
    https://www.cnblogs.com/hq123/p/5982636.html

    相关文章

      网友评论

          本文标题:div设置等比缩放背景图

          本文链接:https://www.haomeiwen.com/subject/opnvfctx.html