Hallo, ich habe erst kürzlich mit HTML angefangen und komme bei einer Sache einfach nicht weiter.
Ich habe mit folgendem Quellcode versucht einen Hintergrund für meine Seite zu erstellen aber irgendwie bleibt die Seite komplett leer....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title> 1 </title>
</head>
<style>
body, html { width:100%; width:100%; margin:0;}
.background-wrap {position:fixed;}
</style>
<body>
<div class="background-wrap">
<video id="video-bg-elem" loop="loop" preload="auto" autoplay="true" >
<source src="video.mp4" type="video/mp4>
asdasfds
</video>
</div>
</body>
</html>
danke für die Hilfe schon mal im voraus !
Ich habe mit folgendem Quellcode versucht einen Hintergrund für meine Seite zu erstellen aber irgendwie bleibt die Seite komplett leer....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title> 1 </title>
</head>
<style>
body, html { width:100%; width:100%; margin:0;}
.background-wrap {position:fixed;}
</style>
<body>
<div class="background-wrap">
<video id="video-bg-elem" loop="loop" preload="auto" autoplay="true" >
<source src="video.mp4" type="video/mp4>
asdasfds
</video>
</div>
</body>
</html>
danke für die Hilfe schon mal im voraus !