mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
parent
86b7a32621
commit
1aa791bd6d
@ -72,7 +72,6 @@ function getBestSelectionFromSrcset(el, scale) {
|
|||||||
if (el.tagName !== 'IMG' || !el.getAttribute('data-srcset')) return;
|
if (el.tagName !== 'IMG' || !el.getAttribute('data-srcset')) return;
|
||||||
|
|
||||||
let options = el.getAttribute('data-srcset');
|
let options = el.getAttribute('data-srcset');
|
||||||
[];
|
|
||||||
const container = el.parentNode;
|
const container = el.parentNode;
|
||||||
const containerWidth = container.offsetWidth * scale;
|
const containerWidth = container.offsetWidth * scale;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user