Ticket #891 (closed bug: fixed)
Players without poster frame break
| Reported by: | jeroen | Owned by: | zach |
|---|---|---|---|
| Priority: | Milestone: | HTML5 beta | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description (last modified by jeroen) (diff)
This does not work:
<video height="270" id="player1" width="480" src="bunny.mp4">bla</video>
But this does:
<video height="270" id="player1" width="480" poster="bunny.jpg" src="bunny.mp4">bla</video>
Again (#890), it looks like the parser presumes too much data to be there.
Change History
Note: See
TracTickets for help on using
tickets.
