fix: not load GIFs in mobile
it's actually slower than loading the videos
This commit is contained in:
parent
1b535560b2
commit
42212d450d
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue