From 7dec77f078e009939fb6c2de99b5980aa3c72864 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 28 Aug 2023 12:59:46 +0000 Subject: [PATCH] fix: not load GIFs in mobile it's actually slower than loading the videos --- assets/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/main.js b/assets/js/main.js index 24067a1..960f956 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -195,6 +195,6 @@ requirejs.config({ var a = e(this)[0]; a.paused && a.play(); }), - t(), - m() && c(); + t(); + // m() && c(); });