bug fixes; views is incrementing; started to create help page -- imagemap widget...
[living-lab-site.git] / application / views / video / watch_view.php
index 36ae1e0..9f7d091 100644 (file)
                        .nsvideo({
                                type: "<?php echo $plugin_type ?>",
                                src: <?php echo json_encode($video['assets']) ?>,
-                               //width: videoWidth,
-                               //height: videoHeight
-                               minWidth: 640,
-                               maxWidth: 1024,
+
+                                               
+                               width: 427,
+                               height: 240,
+                               showState: false,
+
+                               
+                               //minWidth: 640,
+                               //maxWidth: 1024,
                                initialDuration: "<?php echo $video['duration'] ?>",
                                
                                resize: function() {