diff --git a/layouts/custom/people.html b/layouts/custom/people.html
index 2319f2a135763164d34ad16977f8443bbed8733b..8973bc940d5e042591a21f2985837aeb567faf90 100644
--- a/layouts/custom/people.html
+++ b/layouts/custom/people.html
@@ -95,7 +95,7 @@
 
 <script>
     function changeImage(id,img){
-        setTimeout(function() {document.getElementById(id).src=img;},5);
+        setTimeout(function() {document.getElementById(id).src=img;},0);
     }
 </script>