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:
parent
11c5d8562d
commit
8c2b65740f
17 changed files with 153 additions and 149 deletions
2
dashboard-ui/cordova/imagestore.js
vendored
2
dashboard-ui/cordova/imagestore.js
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
function setImageIntoElement(elem, url) {
|
||||
|
||||
if (elem.tagName === "DIV") {
|
||||
if (elem.tagName !== "IMG") {
|
||||
|
||||
elem.style.backgroundImage = "url('" + url + "')";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue