Danke @tom_prok
Bilder werden wirklich wieder angzeigt, wir haben auf der Startseite jedoch einen Video Banner Fullscreen Autoplay
<div class="emotion--video" data-mode="scale" data-scaleoriginx="50" data-scaleoriginy="50" data-scale="1">
<video autoplay loop muted playsinline class="video--element" poster="" autoplay="" loop="" muted="">
<source src="/media/d6/07/17/1666961393/Video.mp4" type="video/mp4">
</video>
</div>
Shopware.yaml
- name: basic
tags: ["img","a","video","source", "abbr", "acronym", "address", "b", "bdo", "big", "blockquote", "br", "caption", "center", "cite", "code", "col", "colgroup", "dd", "del", "dfn", "dir", "div", "dl", "dt", "em", "font", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "i", "ins", "kbd", "li", "menu", "ol", "p", "pre", "q", "s", "samp", "small", "span", "strike", "strong", "sub", "sup", "table", "tbody", "td", "tfoot", "th", "thead", "tr", "tt", "u", "ul", "var",]
attributes: ["src", "alt", "id","align", "bgcolor", "border", "cellpadding", "cellspacing", "cite", "class", "clear", "color", "colspan", "dir", "face", "frame", "height", "href", "id", "lang", "name", "noshade", "nowrap", "rel", "rev", "rowspan", "scope", "size", "span", "start", "style", "summary", "title", "type", "valign", "value", "width", "target", "data-scale", "poster", "autoplay", "loop", "muted", "playsinline", "data-mode", "data-scaleoriginx", "data-scaleoriginy",]
options:
- key: Attr.EnableID
value: true
- key: Attr.ID.HTML5
value: true
- key: Attr.AllowedFrameTargets
values: ['_blank', '_self', '_parent', '_top']
- key: Attr.AllowedRel
values: ['nofollow', 'print']
Jetzt bekomme ich aber das Video nicht mehr zum laufen:
User Warning: Element ‚video‘ is not supported (for information on implementing this, see the support forums)