I did a simple responsive thing like this with twitter bootstrap
<div class="row-fluid">
> <div class="span7">
> <video controls = "controls" poster = "pic.jpg"
> onclick="this.play();">
> <source src="video.mp4" type="video/mp4"/>
> </video>
> </div>
> </div>
and that
video {
> width: 100% ;
> height: auto;
}
The video works very well an desktop and iPhone. And the video scales well,
when i change the browser window... Only on iPad the width is 100% thats
ok, but the height is toooo small. Why?
Thought a simple thing like that would work on every device :-(
Chris
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.