05.11.2016, 14:39
CSS
Öffne die global.css und füge dies zusätzlich ein.
Öffne das Header Templates->header und füge vor
dies ein
Öffne die global.css und füge dies zusätzlich ein.
Code:
video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('URL ZUM STANDBILD') no-repeat;
background-size: cover;
transition: 1s opacity;
}
Öffne das Header Templates->header und füge vor
Code:
<div id="content">
dies ein
Code:
<video poster="URL ZUM POSTER" playsinline autoplay muted loop>
<source src="URL ZUM VIDEO.webm" type="video/webm">
<source src="URL ZUM VIDEO.mp4" type="video/mp4">
</video>
URL´s + Videoformat anpassen und URL zum Poster / Standbild.
Mit freundlichen Grüßen
MrBrechreiz
MrBrechreiz