Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Last active August 29, 2015 14:06
Show Gist options
  • Save michaelwhyte/d9d6a058b6a4f84ce7f8 to your computer and use it in GitHub Desktop.
Save michaelwhyte/d9d6a058b6a4f84ce7f8 to your computer and use it in GitHub Desktop.
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