mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
98 stars 43 forks source link

Fixed the Tizen video player by adding the missing CSS property position absolute #18

Open hnb2 opened 8 years ago

hnb2 commented 8 years ago

Hi there,

Here is a small fix for displaying properly the video player on Tizen devices, without this CSS property the video won't show up.

I noticed the all the other players were setting the position as absolute (even the base Device class), except this one.