You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we've been having some issues with Firefox and the test framework lately. Thanks for the PR. After considering this again, I think this might be outside the scope of iron-image given that img also behaves this way. Here's a demo.
Description
A use case for
iron-image
can be to add a box shadow inset in order to render a gradient across the image, such as:Setting this style on
iron-image
will not render as#sizedImgDiv
is rendered on top of theiron-image
tags.Expected outcome
Should be able to use box-shadow insets with
iron-image
Actual outcome
Box shadow insets is not rendering because they need to be applied to
#sizedImgDiv
Proposed solution
Add a mixin to
#sizedImgDiv
Let me know if you want a PR.
Browsers Affected
The text was updated successfully, but these errors were encountered: