added size to player
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -50,7 +50,8 @@ | ... | @@ -50,7 +50,8 @@ |
50 | </form> | 50 | </form> |
51 | </section> | 51 | </section> |
52 | <section> | 52 | <section> |
53 | <video controls> | 53 | |
54 | <video controls width="320" height="240">> | ||
54 | <source src="sintel_trailer-480p.mp4" type="video/mp4"> | 55 | <source src="sintel_trailer-480p.mp4" type="video/mp4"> |
55 | Your browser does not support the <code>video</code> element. | 56 | Your browser does not support the <code>video</code> element. |
56 | </video> | 57 | </video> | ... | ... |
-
Please register or sign in to post a comment