Line 6: | Line 6: | ||
$("#main-container #button").mouseover(function() { | $("#main-container #button").mouseover(function() { | ||
growFn = setInterval(function() { | growFn = setInterval(function() { | ||
− | if ($("#main-container #button").width() <= 1. | + | if ($("#main-container #button").width() <= 1.5 * $(window).width()) { |
$("#main-container #button").width( | $("#main-container #button").width( | ||
$("#main-container #button").width() * 1.05 | $("#main-container #button").width() * 1.05 | ||
Line 12: | Line 12: | ||
} | } | ||
if ( | if ( | ||
− | $("#main-container #button").height() <= 1 | + | $("#main-container #button").height() <= 1 * $(window).height() |
) { | ) { | ||
$("#main-container #button").height( | $("#main-container #button").height( |
Revision as of 04:09, 17 October 2018