steveworkman / jquery-object-fit

CSS3 object-fit polyfill with jQuery
22 stars 6 forks source link

Shim for old IEs? #1

Closed ecurtis closed 11 years ago

ecurtis commented 12 years ago

When I ran across your work (thank you btw) I thought the point might be to fill the gap in old browsers like IE8 however I noticed that it does not provide cover | contain functionality there.

I also ran across: https://github.com/louisremi/jquery.backgroundSize.js

Which threw a console error, thus my continued search. I am not a js coder so other than testing I am not sure how to help.

Cheers,

Eric

steveworkman commented 11 years ago

Thanks Eric, I've fixed it through some IE Workarounds - see https://github.com/steveworkman/jquery-object-fit/commit/e74b563f7dcd3d41df3d992698181beae40f146c

Enjoy!