i placed a video in a responsive container and triggered it as follow:
var vid = sym.$("bkgVIDEO");
vid.html('<video src="_videos/splash_test.mp4" autoplay="yes" loop="yes" type="video/mp4" width="100%"></video>');
The width is great but the height is only HALF the page -- both in 320x480 and 768x1024
How do i make the video to FILL the entire page?