Browse Source

Fixed trailer

Owen Diffey 9 năm trước cách đây
mục cha
commit
dcbf7c8ff9
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      Products/trailer.html

+ 5 - 2
Products/trailer.html

@@ -8,7 +8,10 @@ p {color: #ffffff;}
 </head>
 <body bgcolor="000000">
 <div style"margin:0 auto;" align="center">
-<embed src="trailer.wmv" width="640" height="360" autoplay></embed>
+<video controls autoplay>
+  <source src="trailer.mp4" type="video/mp4">
+  Your browser does not support the video tag.
+</video>
 </div>
 </body>
 <footer>
@@ -16,4 +19,4 @@ p {color: #ffffff;}
 <a href="navigation.html"><img width="20%" src="./img/home.png"></a>
 <p>&copy; Spellbound LTD</p>
 </center>
-</footer>
+</footer>