1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-15 10:39:58 +02:00

Adding line to CHANGELOG: Fixed setting width/height with javascript options

This commit is contained in:
Steve Heffernan 2012-04-06 16:50:16 -07:00
parent c222eb1381
commit 2ef7617c66

View File

@ -47,3 +47,6 @@ CHANGELOG
* Created new 'loadedalldata' event for when the source is completely downloaded
* Improved player.destroy(). Now removes elements and references.
* Refactored API to be more immediately available.
---- 3.2.1 / 2012-04-06 / options-width-fix ------------------------------------
* Fixed setting width/height with javascript options