w3cplus中有短代碼:<img?src="image.jpg"?data-src-600px="image-600px.jpg"?data-src-800px="image-800px.jpg"?alt="">@media?(min-device-width:600px)?{??
????img[data-src-600px]?{????
????????content:?attr(data-src-600px,?url);??
????}
}
@media?(min-device-width:800px)?{??
????img[data-src-800px]?{????
????????content:?attr(data-src-800px,?url);
??}
}原文網(wǎng)址http://www.w3cplus.com/css3/responsive-web-design.html測試沒有效果,而且這里css的url我換成src依然無效果=_=,求大家?guī)兔φ以?!謝謝
添加回答
舉報
0/150
提交
取消