Skip to content

Commit

Permalink
Work around iOS viewport bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ov2k committed Jun 10, 2024
1 parent d95d3f8 commit b917191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbox2/dist/js/lightbox-plus-jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -11407,7 +11407,7 @@ return jQuery;
self.$lightbox.find('.lb-nextLink').height(newHeight);

// Set focus on one of the two root nodes so keyboard events are captured.
self.$overlay.trigger('focus');
//self.$overlay.trigger('focus');

self.showImage();
}
Expand Down

0 comments on commit b917191

Please sign in to comment.