diff --git a/js/init.js b/js/init.js index 2e588c9..9b2ce8e 100755 --- a/js/init.js +++ b/js/init.js @@ -161,7 +161,10 @@ // Adapt Matrix logo to format of fontawesome icons var faWidth = document.getElementById('contact-email').clientWidth; - document.getElementById('contact-matrix-logo').setAttribute("style","height:"+faWidth+"px; width:"+faWidth+"px"); + + setTimeout(function () { + document.getElementById('contact-matrix-logo').setAttribute("style","height:"+faWidth+"px; width:"+faWidth+"px"); + }, 5000); });