Template:Templates/head

From 2014.igem.org

(Difference between revisions)
Line 28: Line 28:
                         var splash = $('#splash-wrapper');
                         var splash = $('#splash-wrapper');
                         if(splash.width <= 1040 || window.innerHeight > window.innerWidth) {
                         if(splash.width <= 1040 || window.innerHeight > window.innerWidth) {
-
                             splash.height(Math.floor(splash.width() / 1.6));
+
                             splash.height(Math.floor(splash.width() / 1.6) - 1);
                         }
                         }
                          
                          

Revision as of 18:35, 17 October 2014