heygrady / transform

jQuery 2d transformation plugin
437 stars 87 forks source link

try "SizingMethod" instead of "sizingMethod" #32

Open designerfuzzi opened 12 years ago

designerfuzzi commented 12 years ago

wrong written filter:progid:DXImageTransform.Microsoft.Matrix(...) could do wrong things! perhaps thats the bug you try to workaround.

just like dokumented a misstyped command in your filter. sizingMethod could be better SizingMethod

dokumentation here: http://msdn.microsoft.com/de-de/library/ms532921.aspx

and did you try ? .. SizingMethod='clip to original'

written with a mac :D

heygrady commented 12 years ago

Thanks for finding that. you might try using a more up-to-date library: https://github.com/heygrady/jquery.transform.js

designerfuzzi commented 12 years ago

I just write my own Hook .. so im save it works really with all browsers.