Skip to content

Commit

Permalink
Merge branch 'FLUID-4819'
Browse files Browse the repository at this point in the history
* FLUID-4819:
  FLUID-4819: Removing the dynamically set width which forces the transcript below the video player.
  • Loading branch information
michelled committed Nov 9, 2012
2 parents dae626b + a34a2bf commit ba574bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/VideoPlayer.js
Expand Up @@ -617,7 +617,6 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt

// Set height on the controller area. To make overlay to show up exactly at the bottom of the video regardless to UIO settings
videoPlayer.css({height: videoHeight});
videoPlayer.css({width: videoWidth}); // Ensures the video and overlay will always be the same width (for ex., coming out of full-screen)

// Set the width of the overlay to be the width of the video, otherwise, the controller bar spreads into transcript area
overlay.css({width: videoWidth});
Expand Down

0 comments on commit ba574bb

Please sign in to comment.