Bec4use / Shopee-Clone

0 stars 0 forks source link

use <image> instead of css #1

Open NunChatSpace opened 1 year ago

NunChatSpace commented 1 year ago

อย่าใช้ image url ใน css เวลาลิ้งค์เปลี่ยนมันจะเปลี่ยนตามยาก อย่างเช่นอันนี้ ถ้าเกิดว่าเราอยากเปลี่ยนรูปมันต้องมาแก้ ที่โค้ด

    display: inline-block;
    overflow: hidden;
    text-align: left;
    margin-right: 5px;
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/cab134ca96b0829b591cfaff892ae62c.png);
    background-color: transparent;
    background-position: 8.064516129032258% 16.129032258064516%;
    background-size: 487.5% 293.75%;
    }

ใช้เป็น

<image src="https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/cab134ca96b0829b591cfaff892ae62c.png"/> 

หรือ

<image src=`${imageUrl}`/>