Ticket #1483 (closed bug: fixed)
HTML5 "logo.margin" doesn't accept string values.
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Normal | Milestone: | Player 5.9 |
| Component: | html5 | Keywords: | |
| Cc: | pablo | Forum thread: |
Description
This setup will lead to a margin of 0:
jwplayer("container").setup({
"file": "bunny.mp4",
"logo.file": "logo.mp4",
"logo.margin": "10"
});
Easy to fix, but have to check if the issue is option-specific, or more a larger issue.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [2025]