diff --git a/scipost/static/scipost/assets/js/fader.js b/scipost/static/scipost/assets/js/fader.js
index b252800a638b85c1765d7a68d2ff55b281e75b63..70957cfdf1fe5ffd2e6a0d18a0b277793a81cfce 100644
--- a/scipost/static/scipost/assets/js/fader.js
+++ b/scipost/static/scipost/assets/js/fader.js
@@ -131,6 +131,6 @@ function removeFilter(element) {
     // Start
     $('#fader').innerfade({
         timeout: 3000,
-        type: 'random',
+        type: 'random_start',
     });
 }(jQuery));