Line 20: | Line 20: | ||
if ( | if ( | ||
$("#main-container #button").height() >= | $("#main-container #button").height() >= | ||
− | + | 2 * $(window).height() && | |
+ | $("#main-container #button").width() >= 2 * $(window).width() | ||
) { | ) { | ||
console.log("greater height") | console.log("greater height") | ||
Line 83: | Line 84: | ||
// animatethis($("#main-container #Big2Cell"), 6000, 2, -1, 2, -1) | // animatethis($("#main-container #Big2Cell"), 6000, 2, -1, 2, -1) | ||
}) | }) | ||
+ | |||
</script> | </script> | ||
</html> | </html> |
Revision as of 20:21, 11 October 2018