basic video playback support using VideoJS

This commit is contained in:
Zach Prezkuta 2013-05-03 18:17:56 -06:00
parent 04681618da
commit fec4581f34
29 changed files with 5596 additions and 13 deletions

View file

@ -405,6 +405,8 @@
collapseHeight();
// setup videos, since VideoJS won't take care of any loaded via AJAX
_V_.autoSetup();
});
}