This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Not working in IE11 #38
Labels
Comments
This was referenced Jul 8, 2015
Closed
+1 |
👍 |
Would love this too! |
+1 |
+1 for IE10 and IE11. |
+1 |
1 similar comment
+1 |
I recommend archiving this project. Other solutions have better support and it is irritating when there are multiple polyfills (come on devs, GitHub is actually for collaboration ;-) ) and you have to decide which one to use. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just tried this out in IE11 and it is not working. It looks like the issue is that
<x-object-fit>
has it's parent container's styling applied to it.Here's the code:
HTML
CSS
JS
Here is the resulting html:
You can see that
<x-object-fit>
has the parent's styling in it's style attribute.JSFiddle Example
The text was updated successfully, but these errors were encountered: