Author: andre
Date: 2010-05-11 20:36:42 +0200 (Tue, 11 May 2010)
New Revision: 42134

Modified:
   openimages/trunk/src/main/webapp/oiplayer/index.html
Log:
width and height were missing



Modified: openimages/trunk/src/main/webapp/oiplayer/index.html
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/index.html        2010-05-11 
17:28:42 UTC (rev 42133)
+++ openimages/trunk/src/main/webapp/oiplayer/index.html        2010-05-11 
18:36:42 UTC (rev 42134)
@@ -18,7 +18,9 @@
   
   <div id="clientcaps">  </div> <!-- div#clientcaps is needed for Java 
detection in MSIE -->
   
-  <video class="oip_ea_duration_101 oip_ea_start_0"
+  <video 
+    class="oip_ea_duration_101 oip_ea_start_0" 
+    width="320" height="240"
     
poster="http://www.openbeelden.nl/images/21857/WEEKNUMMER364-HRE0000D9C6.png";>
     <source type="video/ogg; codecs=theora" 
src="http://www.openimages.eu/files/09/9734.9730.WEEKNUMMER364-HRE0000D9C6.ogv"; 
> </source>
     <source type="video/mp4; codecs=unknown" 
src="http://www.openimages.eu/files/09/9740.9730.WEEKNUMMER364-HRE0000D9C6.mp4"; 
> </source>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to