VideoJS Player doesn't work

Permalink
I know I should write this in the VideoJS Player Forum but the owner of this mod doesn't seem to answer requests.

I implemented the mod VideoJS Player in a website. As long as I view the site in the backend, the video looks ok and plays on click, but logged out the video collapses.
Every width and height is set to 0px. Only the play button is shown.
Clicking on it, the sound of the video is played, but the video is still not shown.

Edit: I changed the 0px values via firebug to the dimensions the video should have and the video showed up. What can I do to prevent that video from collapsing?

Jormungand
 
intuitivereason replied on at Permalink Reply
intuitivereason
Can you post a link to the site?
Jormungand replied on at Permalink Reply
Jormungand
I just found the solution.

I thought the resolution of the video attributes are used if I leave the height and width field empty.
I just had to fill in the correct values. ::blush::
Stupidly I searched the source code of the mod for the error.

Thanks anyway for your offer of help.