Rounded Corners on Video

User avatar
Cah
3StarLounger
Posts: 293
Joined: 26 Mar 2010, 10:53

Rounded Corners on Video

Post by Cah »

As an experiment I applied border-radius to my video tag;

Code: Select all

border-radius: 24px !important;
What is curious is that if the built in controls are enabled the corners are rounded properly but if I switch the controls off via javascript the corner curve becomes slightly skewed. Does anyone know why this might be or can think of a fix? Thanks.