Skip to content

Commit

Permalink
feat(app): update video
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Oct 8, 2024
1 parent f457cad commit 0d5ac5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file added assets/bw.mp4
Binary file not shown.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<title>Blaues WundAR - Kunst erleben in Augmented Reality</title>
<style>
body {
Expand Down Expand Up @@ -58,11 +59,12 @@
}
.section-info {
position: relative;
height: 500px;
width: 270px;
height: 480px;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
margin: 0 auto 30px;
}
.section-info video {
position: absolute;
Expand Down Expand Up @@ -108,7 +110,6 @@
text-decoration: underline;
}
</style>
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.5.0/model-viewer.min.js"></script>
</head>
<body>

Expand All @@ -126,7 +127,7 @@ <h2>Ein Kunstprojekt von Maix Mayer (Leipzig)</h2>
<div class="section">
<div class="section-info">
<video autoplay muted loop>
<source src="./assets/model.mp4" type="video/mp4">
<source src="./assets/bw.mp4" type="video/mp4">
Dein Browser unterstützt kein Video.
</video>
</div>
Expand Down

0 comments on commit 0d5ac5b

Please sign in to comment.