|
|
|
@@ -35,8 +35,10 @@ export const createEventOverviewStage = ({ |
|
|
|
const tb = createElement('div', ['stagetext-box'], null, col); |
|
|
|
|
|
|
|
if (backgroundImage && backgroundImage.length > 0) { |
|
|
|
//section.content('style=background: red;'); |
|
|
|
sectiondiv.style = 'background-image: url(' + backgroundImage + ');'; |
|
|
|
section.style = '--bg-mobile: url(' + backgroundImage + ');\n' + |
|
|
|
' --bg-tablet: url(' + backgroundImage + ');\n' + |
|
|
|
' --bg-desktop: url(' + backgroundImage + ');\n' + |
|
|
|
' background-image: var(--bg-mobile);'; |
|
|
|
sectiondiv.classList.add('background-image'); |
|
|
|
const copy = createElement('span', ['copyright'], copyright, sectiondiv); |
|
|
|
copy.setAttribute("aria-hidden", "true"); |
|
|
|
|