Is it possible to override YouTube iframe styles? For ex. I want to move YouTube logo up or down. It is an img
with class html5-watermark ytp-scalable-icon-shrink
but none of the styles in my css aren't working even using !important
or setting the styles onPlayerReady(event)
. Is there any way to override these external styles?
Asked
Active
Viewed 4,769 times
1

M1X
- 4,971
- 10
- 61
- 123
-
1I think it is - I found this http://stackoverflow.com/questions/6960406/add-css-to-iframe?lq=1 but couldn't get it to work properly – Mat Richardson Sep 19 '14 at 12:29
-
1Not sure you can because of **Same Origin Policy** http://stackoverflow.com/questions/4724904/how-to-change-style-of-iframe-content-cross-domain – mpgn Sep 19 '14 at 12:33
-
1It's not working for me too. @MatRichardson – M1X Sep 19 '14 at 12:41