Przeglądaj źródła

duration

master
farhan 4 miesięcy temu
rodzic
commit
4aeb731947
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js Wyświetl plik

@@ -139,7 +139,7 @@ document.addEventListener('DOMContentLoaded', function() {
139 139
                 var screenWidth = window.innerWidth;
140 140
                 var duration;
141 141
                 if (screenWidth < 600) {
142
-                    duration = 5000; // Smaller screen
142
+                    duration = 8000; // Smaller screen
143 143
                 } else if (screenWidth < 1200) {
144 144
                     duration = 12000; // Medium screen
145 145
                 } else {

Ładowanie…
Anuluj
Zapisz