Metadata
- Source
- VP-149
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Anastasia Cheetham
- Created
2012-11-12T10:54:54.404-0500 - Updated
2013-02-26T15:29:32.049-0500 - Versions
-
- 0.1
- Fixed Versions
- N/A
- Component
-
- core
Description
Right now, we programmatically set the CSS size of the video to the size we extract from the video itself. This does not allow an integrator to customize the size. It also doesn't seem to work well cross browser, since the videos look much smaller in Safari, for example.
We should allow integrators to customize the size (perhaps defaulting to the video's default size), and we should ensure that there is consistency across browsers.
Comments
-
Michelle D'Souza commented
2013-02-26T15:29:32.041-0500 We decided to go with a CSS API for the size of the video for now. To override the default size, the integrator should include a style for height on the fl-videoPlayer class and a width on the following classes: fl-videoPlayer-video-element, fl-videoPlayer-video-play, fl-videoPlayer-overlay.