anselmh / object-fit

Polyfill (mostly IE) for CSS object-fit property to fill-in/fit-in images into containers.
MIT License
996 stars 93 forks source link

Typo, whitespace & updated main array #21

Closed ahmadalfy closed 9 years ago

ahmadalfy commented 9 years ago
anselmh commented 9 years ago

Thanks so much! :)

ahmadalfy commented 9 years ago

@anselmh You're welcomed! I wish we could find a way to resolve this https://github.com/anselmh/object-fit/issues/13

Will take a look into it when I have time.

anselmh commented 9 years ago

@ahmadalfy Actually I want to implement this cascade parser instead of the current one: https://github.com/FremyCompany/css-grid-polyfill/blob/master/src/core/css-cascade.js it will most probably solve the problems of performance and the CORS issue as well.