Last active
August 29, 2015 14:06
-
-
Save michaelwhyte/d9d6a058b6a4f84ce7f8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var img02 = document.querySelector('.img-02'); | |
img01.addEventListener('click', function(){ | |
if(fullscreenAvailable){ | |
launchFullscreen(img01); | |
}else{ | |
alert('Sorry, fullscreen not available...'); | |
} | |
}, false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment