YouTube video in page embeded in iframe not working in Firefox

EricV

New Member
I assume this is a bug in Firefox, but just thought I would check here.I have an iframe on my web page that contains a page that contains an embedded you tube player (inside an iframe). This works OK in Firefox.However, when I add the following CSS rule:\[code\]iframe { transform: scale(0.75, 0.75); -moz-transform: scale(.75, .75); -webkit-transform: scale(.75, .75); -o-transform: scale(.75, .75); -ms-transform: scale(.75, .75);}\[/code\]to the outer iframe, the YouTube video stops working in Firefox only. It works in Chrome, Opera and Safari.Is this a Firefox bug?Here is a JSFiddle example http://jsfiddle.net/6C65Y/28/
 
Back
Top