Commit 7dbd6356 by halweg

Merge branch 'developer' into haowei/topmenu

parents 1b275b64 44b44ad9
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
str += `<a href="${this.href[i]}"><picture> str += `<a href="${this.href[i]}"><picture>
<source media="(max-width: 768px)" srcset="${this.img[i][1]}" /> <source media="(max-width: 768px)" srcset="${this.img[i][1]}" />
<source media="(min-width: 769px)" srcset="${this.img[i][0]}" /> <source media="(min-width: 769px)" srcset="${this.img[i][0]}" />
<img src="${this.img[i][0]}" loading="lazy" class="top_banner" /></picture></a>` <img src="${this.img[i][0]}" class="top_banner" /></picture></a>`
} }
that.html(`<div class="imgbox">${str}</div>`).css({ that.html(`<div class="imgbox">${str}</div>`).css({
"width":"100%", "width":"100%",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment