javascript 默认英雄背景图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 默认英雄背景图像相关的知识,希望对你有一定的参考价值。

// replace this selector with your hero image .templatecontent's parent
$("body.default .section-hero .slider").each(function() {
    var img = $(this).find(".templatecontent img");
    var pTag = $(this).find(".templatecontent p");
    if (img.attr("src") !== undefined) {
      $(this).css({
        "background-image": "url(" + img.attr("src") + ")",
        });
      img.remove();
    }
    
    // get rid of the pesky p tags
    if (pTag.length) {
      pTag.remove();
    }
  });

以上是关于javascript 默认英雄背景图像的主要内容,如果未能解决你的问题,请参考以下文章

javascript 将英雄图像变成背景图像

javascript - 有没有办法在不刷新页面的情况下在 div 上上传和预览图像(替换背景图像)?

响应式和动态背景图像 - 最佳实践

需要在 OBIEE 报告中嵌入水印/背景图像?

替换背景图像javascript [重复]

提示 = 背景图像 javascript