Commit 7753601a6339bb830e0bc8984f4b6a6338d83072

Authored by Geoffrey PREUD'HOMME
1 parent e696134f

High-quality first !

TODO Why webm and ogg are so low-qual ?
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
pages/description.php
... ... @@ -23,9 +23,9 @@
23 23 </div>
24 24 <h1>Vidéo de présentation</h1>
25 25 <video poster="vid/pres2014.jpg" controls>
26   - <source src="vid/pres2014.ogg" type='video/ogg' />
27   - <source src="vid/pres2014.webm" type='video/webm' />
28 26 <source src="vid/pres2014.mp4" type='video/mp4' />
  27 + <source src="vid/pres2014.webm" type='video/webm' />
  28 + <source src="vid/pres2014.ogg" type='video/ogg' />
29 29 Il y a une vidéo ici, mais votre navigateur semble trop ancien pour pouvoir la lire :-(
30 30 </video>
31 31 </div>
... ...