fix: not load GIFs in mobile

it's actually slower than loading the videos
This commit is contained in:
Cat /dev/Nulo 2023-08-28 12:59:46 +00:00
parent 1b535560b2
commit 42212d450d

View file

@ -195,6 +195,6 @@ requirejs.config({
var a = e(this)[0]; var a = e(this)[0];
a.paused && a.play(); a.paused && a.play();
}), }),
t(), t();
m() && c(); // m() && c();
}); });