hotkeys: Add lightbox image feed with controls.

This adds an image feed that you can scroll through with hotkeys
in the lightbox.

The left and right arrow keys along with the left and right arrows
will go to the prev/next image, and clicking on an image will also
take a user to that image.
This commit is contained in:
Brock Whittaker
2017-03-18 17:51:20 -07:00
committed by Tim Abbott
parent fa5a093738
commit 2775707a67
8 changed files with 190 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ var modals = (function () {
lightbox: function () {
$(".player-container iframe").remove();
lightbox.is_open = false;
document.activeElement.blur();
},