Metadata
- Source
- VP-115
- Type
- Bug
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Alexey Novak
- Reporter
- Alexey Novak
- Created
2012-02-16T10:30:27.075-0500 - Updated
2013-01-28T09:25:23.291-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
Got from branch https://github.com/cindyli/videoPlayer/tree/FLUID-4587-4546
On the page /demos/VideoPlayer.html
The effect is clearly visible when FireBug is on.
Comments
-
Alexey Novak commented
2012-02-16T11:21:44.165-0500 It is not exactly the behavior. It seems that videoPlayer tend to occupy all the given space to it, which is the whole window. Therefore we see this effect when video is shown on a full screen and then resizes itself. It is still not a good effect which probably would be especially visible in case if we have a page with multiple videos inside of relative big divs, during page initialization I would see this weird resizing...
Maybe as a solution we should resize and define videoPlayer sizes based on the given videos right before rendering it... if it possible