1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update dynamic images

This commit is contained in:
Luke Pulverenti 2015-03-15 21:48:25 -04:00
parent f1606413b0
commit 6af52e9ded
2 changed files with 1 additions and 5 deletions

View file

@ -1282,7 +1282,7 @@
var dataSrc = "";
if (options.lazy) {
if (options.lazy && imgUrl) {
imageCssClass += " lazy";
dataSrc = ' data-src="' + imgUrl + '"';
}