美文网首页
collection Page主题添加广告图片

collection Page主题添加广告图片

作者: iqing2012 | 来源:发表于2019-12-09 11:24 被阅读0次
image.png

注意图片规格
pc图的规格 1920x90
m的规格720x240

在<section data-source-id > 标签上面添加下面的代码

<picture>
    <source srcset="https://cdn.shopify.com/s/files/1/0070/8758/7397/files/M_1207_134x134_crop_center@2x.jpg?v=1575717542"
            media="(max-width: 1000px)">
   <source srcset="https://cdn.shopify.com/s/files/1/0070/8758/7397/files/PC_1207-1_134x134_crop_center@2x.jpg?v=1575717554"
            media="(min-width: 1000px)">
    <img src="https://cdn.shopify.com/s/files/1/0070/8758/7397/files/PC_1207-1_134x134_crop_center@2x.jpg?v=1575717554" />
</picture>

相关文章

网友评论

      本文标题:collection Page主题添加广告图片

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