xbgmsharp / videojs-rotatezoom

A videoJS plugin to easily rotate or zoom in a video
GNU General Public License v3.0
44 stars 32 forks source link

Video is not zooming/rotating #1

Closed liutingdu closed 9 years ago

liutingdu commented 9 years ago

Hi,

Thanks for sharing the code.

I am not sure this is the right place to ask this question, I cloned the code and open index.html from Chrome and I am expecting the video to be zoomed (1.5 )and rotated (90), but it's just playing the original video without changing anything. Am I missing something?

Thanks a lot, Liuting

xbgmsharp commented 9 years ago

Are you using the HTML5 player or the flash fallback. It won't work when using the flash fallback. The sample is now fixed via 1ef4efb9e3a95f58d2300eda1b251eaa76b4228f The plugin name change and the sample was not being updated

liutingdu commented 9 years ago

I was just trying to run the sample. It works now! Thank you for the fast reply :)