MCPcopy Create free account
hub / github.com/NMWplays/Glowify / applySavedCompactPlayer

Function applySavedCompactPlayer

theme.js:4255–4257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4253 if (orig.type === "img" && img) img.src = orig.src || "";
4254 else if (orig.type === "bg") {
4255 const html = el;
4256 html.style.backgroundImage = orig.bg || "";
4257 html.style.backgroundRepeat = "";
4258 html.style.backgroundSize = "";
4259 html.style.backgroundPosition = "";
4260 }

Callers 1

applySavedLayoutSettingsFunction · 0.85

Calls 1

updateCssFunction · 0.85

Tested by

no test coverage detected