we:video hatte ab irgendeiner webEdition Version 9? nicht mehr funktioniert und ich bin daher auf eine etwas andere Lösung umgestiegen:
<h3>Video MP4:</h3><we:href name="video_mp4"/>
<h3>Video WEBM:</h3><we:href name="video_webm"/>
<video id="background-video" muted playsinline autoplay loop fetchpriority="high">
<we:ifNotEmpty name="video_webm" type="href">
<source src="<we:href name="video_webm" only="href"/>" type="video/webm">
</we:ifNotEmpty>
<we:ifNotEmpty name="video_mp4" type="href">
<source src="<we:href name="video_mp4" only="href"/>" type="video/mp4">
</we:ifNotEmpty>
</video>
Gruß
Heiko