-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
18 lines (14 loc) · 991 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version 1.3
- Make a special case for youtube HTML5 videos to expand the player controls as well. Youtube uses a separate div for HTML5 player controls and the actual video.
Version 1.2
- Fix a bug where the maximize/restore icon sometimes goes away after changing pages.
- Maximized videos after that stick around after page navigation (youtube) can now be restored by clicking on the maximize/restore icon.
Version 1.1.1
- Reduce footprint by using minified jquery.
- Update to the latest jquery.important plugin
Version 1.1
- Add support for HTML5 <video> taggs.
- Fix it so that IFrames' parents get adjusted as well as the IFrame.
Version 1.0
- Now doesn't cause the flash video to reload (start from scratch). The fact that it was doing this was a bug on some sites.
- Works on Flash players loaded in IFrames. It will maximize the flash object that has the largest total area. Calculation happens every time you attempt to maximize, so videos loaded later will be considered.