Ticket #1483 (closed bug: fixed)

Opened 20 months ago

Last modified 18 months ago

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

comment:1 Changed 18 months ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [2025]

Note: See TracTickets for help on using tickets.