1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

@dmlap updated to videojs-swf@4.7.1 to fix a video dimensions issue on subsequent loads. closes #2281

This commit is contained in:
David LaPalomento 2015-07-06 16:36:19 -07:00 committed by heff
parent 8d33388899
commit 99032bb2a7
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ CHANGELOG
* @dmlap added support for the seekable property ([view](https://github.com/videojs/video.js/pull/2208))
* @mmcc un-hid the current and remaining times by default ([view](https://github.com/videojs/video.js/pull/2241))
* @pavelhoral fixed a bug with user activity that caused the control bar to flicker ([view](https://github.com/videojs/video.js/pull/2299))
* @dmlap updated to videojs-swf@4.7.1 to fix a video dimensions issue on subsequent loads ([view](https://github.com/videojs/video.js/pull/2281))
--------------------

View File

@ -29,7 +29,7 @@
"safe-json-parse": "^4.0.0",
"videojs-font": "1.3.0",
"videojs-ie8": "1.1.0",
"videojs-swf": "4.7.0",
"videojs-swf": "4.7.1",
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#shim-build"
},
"devDependencies": {