flimshaw / Valiant360

An in-browser 360 degree panorama video player.
http://flimshaw.github.io/Valiant360/
MIT License
777 stars 151 forks source link

Issues with video height #3

Closed lorique closed 10 years ago

lorique commented 10 years ago

Hi,

I contacted you on Twitter.

I have an implementation of Valiant360 where i have implemented it as shown in the demo, and i run into issues with the height of the video being 0, and it being styled as 0px under the style element. Do you have any idea what can cause this?

I have tried using the 0.2.0 version, and the latest master.

Thank you in advance.

flimshaw commented 10 years ago

Hey thanks for the report, I'll take a look. Could you provide a link with an example of it happening?

lorique commented 10 years ago

Hey man. Sorry for the late response, I totally forgot about this because i found a solution. It wasn't too clear that i had to set height/width on the div item to control the size of the canvas, but i figured it out. Thanks.