mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
better centering on suggested pages
This commit is contained in:
parent
b5c43bdbf7
commit
75ff5c8f43
13 changed files with 129 additions and 128 deletions
|
@ -1458,7 +1458,6 @@
|
|||
|
||||
createGalleryImage: function (item, type, tag, index) {
|
||||
|
||||
var downloadWidth = 400;
|
||||
var lightboxWidth = 800;
|
||||
var html = '';
|
||||
|
||||
|
@ -1467,7 +1466,7 @@
|
|||
html += '<div class="posterViewItem" style="padding-bottom:0px;">';
|
||||
html += '<a href="#pop_' + index + '_' + tag + '" data-transition="fade" data-rel="popup" data-position-to="window">';
|
||||
html += '<img class="galleryImage" src="' + LibraryBrowser.getImageUrl(item, type, index, {
|
||||
maxwidth: downloadWidth,
|
||||
maxwidth: lightboxWidth,
|
||||
tag: tag
|
||||
}) + '" />';
|
||||
html += '</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue