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 55c227c commit 83b7afc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions issue753.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Norman Soong's Artwork"
---
<link rel="stylesheet" href="{{ site.baseurl }}/lightbox2/dist/css/lightbox.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/thumb-list.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/custom.css">

{% for series in site.data.series %}

### {{ series.name }}

{% include thumb-list.html %}

{% endfor %}



<script type="text/javascript" src="{{ site.baseurl }}/lightbox2/dist/js/lightbox-plus-jquery.min.js"></script>
<script>
lightbox.option({
'disableScrolling': true
});
</script>
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 83b7afc

Please sign in to comment.