diff -r 2aa7fdb0762a -r ee11ed1b739e src/widgets/PopcornPlayer.js --- a/src/widgets/PopcornPlayer.js Mon Sep 17 22:44:59 2012 +0900 +++ b/src/widgets/PopcornPlayer.js Tue Sep 18 15:39:28 2012 +0900 @@ -4,12 +4,14 @@ IriSP.Widgets.PopcornPlayer.prototype = new IriSP.Widgets.Widget(); +/* A Popcorn-based player for HTML5 Video, Youtube and Vimeo */ + IriSP.Widgets.PopcornPlayer.prototype.defaults = { + aspect_ratio: 14/9 } IriSP.Widgets.PopcornPlayer.prototype.draw = function() { - var _tmpId = Popcorn.guid("video"), - _videoEl = IriSP.jQuery('