mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed width on gallery image
This commit is contained in:
parent
5490394856
commit
4397d26e20
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@
|
|||
html += '<a href="#pop_' + index + '_' + tag + '" data-transition="fade" data-rel="popup" data-position-to="window">';
|
||||
html += '<img class="galleryImage" src="' + ApiClient.getImageUrl(itemId, {
|
||||
type: type,
|
||||
width: downloadWidth,
|
||||
maxwidth: downloadWidth,
|
||||
tag: tag,
|
||||
index: index
|
||||
}) + '" />';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue