1
0
Fork 0
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:
Techywarrior 2013-03-27 19:20:48 -07:00
parent 5490394856
commit 4397d26e20

View file

@ -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
}) + '" />';