fix: not load GIFs in mobile
it's actually slower than loading the videos
This commit is contained in:
parent
46f91d4656
commit
7dec77f078
1 changed files with 2 additions and 2 deletions
|
@ -195,6 +195,6 @@ requirejs.config({
|
|||
var a = e(this)[0];
|
||||
a.paused && a.play();
|
||||
}),
|
||||
t(),
|
||||
m() && c();
|
||||
t();
|
||||
// m() && c();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue