Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unexpected value align parsing preserveAspectRatio attribute Firefox error

Does anyone have any idea what this warning/error means in firefox:

Unexpected value align parsing preserveAspectRatio attribute.

like image 928
spez86 Avatar asked Aug 10 '11 00:08

spez86


2 Answers

It appears to be an issue with the youtube iframe embed method. I had the same issue and it's solved if you use the old embed method (HTML tag).

like image 114
Robin van Baalen Avatar answered Oct 14 '22 11:10

Robin van Baalen


That looks like that there's a preserveAspectRatio attribute set on an element that isn't getting parsed correctly.

What are you trying to do in your JavaScript?

like image 23
Nathan Avatar answered Oct 14 '22 12:10

Nathan