web/niv1_videoplayer.html
changeset 41 f2123b4487e9
parent 36 6cd5bc3dc7a2
child 46 542252e0c615
--- a/web/niv1_videoplayer.html	Mon Dec 10 22:31:19 2012 +0100
+++ b/web/niv1_videoplayer.html	Tue Dec 11 13:13:44 2012 +0100
@@ -14,21 +14,24 @@
 	</head>
 	<body>
 		<!-- div content - site takes the full height of browser -->	
-		<div id="content">
+		<div id="content" class="full_screen">
 			
 			<!-- div content_top - the elements takes the full height of "content_top" -->				
 			<div id="content_top">	
-				
-				<section>	
+				<div class="strut"></div><!--
+			this comment corrects the white-space (display: inline);
+			--><section class="fullScreen_vcentering">	
 		            <!-- Video -->
-	            	<div id="video_sequence">
-	            		<!-- 
-	            		controls attribute - you're going to turn the default controls off via JavaScript 
-	            		poster - sets a default image to display instead of the video's first frame.
-	            		-->
-			            <div id="video">
-			            </div> 
-	            	</div> 
+	           		<!-- 
+	           		controls attribute - you're going to turn the default controls off via JavaScript 
+	          		poster - sets a default image to display instead of the video's first frame.
+	            		
+	           		<video controls poster="/">
+	  					<p>Votre navigateur ne gère pas l'élément video @todo</p>
+					</video>
+					-->
+			        <div id="video">
+			        </div> 
 	            	<!-- /Video -->	
 				</section>
 			
@@ -81,7 +84,7 @@
         <script>        
             $(function() {
             	// Init the resize object
-            	incResize.init("content", null, "video", null, "footer", 0, 1920/1080);
+            	//incResize.init("content", null, "video", null, "footer", 0, 1920/1080);
 
             	// Init the video player
                 if (incPlayer.init("video", "btnPlayPause", "current", "duration", "static/res/json/sequences2.json", true)) {