我在Javascript新手。我想使用一个图像源代码在CSS背景图像网址使用Javascript。
例如,<img class="user-profile-box-img" src="https://img.freepik.com/free-photo/portrait-young-man-using-mobile-phone-while-standing-outdoors_58466-16294.jpg"/>
这是一个用来显示图片的图片源代码。我想在css中使用相同的图片url**background-image: url("")
**,这样我就不需要写两次相同的url了。我怎么用javascript或jquery来做呢?
总之,我只在img标记中写入一次图像src,它将自动添加background-image: url("");
代码示例:
.same-image-div {
width: 100%;
margin: auto;
padding: 60px 15px!important;
background-image: linear-gradient(rgba(38, 70, 235, 0.4), rgba(38, 70, 235, 0.4)),
url(" here I want the "user-profile-box-img" class image src url ");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.user-profile-box-img{
width: 50%;
margin: auto;
}
<div class="same-image-div">
<img class="user-profile-box-img" src="https://img.freepik.com/free-photo/portrait-young-man-using-mobile-phone-while-standing-outdoors_58466-16294.jpg"/>
</div>
4条答案
按热度按时间bnlyeluc1#
下面是使用JavaScript执行此操作的一种方法:
下面是使用jQuery的一种方法:
zzwlnbp82#
要使用jquery获取图像src,可以用途:
$('.user-profile-box-img').attr('src');
然后将其添加到**.same-image-div类背景图像:url(“”)**属性通过Jquery或Javascript实现。
tyu7yeag3#
如果你想把src属性“移动”到同一个元素的CSS属性中,你应该在jQuery中这样做(使用一点元素缓存):
mm9b1k5b4#
如果你想在CSS背景中使用图像源代码,使用javascript的图像URL。你已经使用javascript简单地设置了图像如下:元素.样式.背景图像=“URL('img_tree.png')";