]> _ Git - fluidbook-html5.git/commitdiff
Fix #1447 @2
authorStephen Cameron <stephen@cubedesigners.com>
Thu, 29 Jun 2017 17:30:32 +0000 (19:30 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Thu, 29 Jun 2017 17:30:32 +0000 (19:30 +0200)
js/libs/fluidbook/fluidbook.menu.js

index a60fc290bd438c99392fe3a30af4a9fafbfa9f0b..3da6570e892c09425df4f4fdb87a273e244f4491 100644 (file)
@@ -503,7 +503,7 @@ FluidbookMenu.prototype = {
                 }
                 break;
             case 'video':
-                var video = m.find('video');
+                var video = m.find('.video-js');
 
                 nw = parseInt($(video).data('width'));
                 nh = parseInt($(video).data('height'));