Skip to content

Instantly share code, notes, and snippets.

@okal
Created June 26, 2012 19:59
Show Gist options
  • Select an option

  • Save okal/2998500 to your computer and use it in GitHub Desktop.

Select an option

Save okal/2998500 to your computer and use it in GitHub Desktop.
Revert Flickr Fullscreen link text to "
var lightbox_fullscreen = document.getElementById('lightbox-fullscreen');
document.addEventListener('fullscreenchange', function() {
lightbox_fullscreen.innerHTML = (document.fullscreen) ? 'Exit Fullscreen': 'Fullscreen';
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment