|
|
|
@@ -108,7 +108,9 @@ export const createMarketingHeader = |
|
|
|
if (slideData.imageSrc && slideData.imageSrc.length > 0) { |
|
|
|
const imageBox = createElement('div', ['image-box'], null, outer); |
|
|
|
createImage(slideData.imageSrc, 900, 600, 'Slide ' + index, [], imageBox); |
|
|
|
createElement('span', ['copyright'], 'Copyright-Angabe', imageBox); |
|
|
|
const copyright = createElement('span', ['copyright'], 'Copyright-Angabe', imageBox); |
|
|
|
copyright.setAttribute("aria-hidden", "true"); |
|
|
|
createElement('span', ['sr-only'], 'Copyright-Angabe', imageBox); |
|
|
|
if (contextBoxContentImg) { |
|
|
|
const contentBoxImg = createElement('div', ['context-box', 'context-box--image'], null, imageBox); |
|
|
|
createImage(contextBoxContentImg, 200, 50, '', [], contentBoxImg); |
|
|
|
|