Russell Bicknell

Results 136 comments of Russell Bicknell

Here we go: ``` html .overflow-hidden { overflow: hidden; position: relative; width: 200px; height: 200px; border-radius: 50%; } .background-red { position: absolute; top: 0; right: 0; bottom: 0; left: 0;...

Oh, this is a known bug: https://crbug.com/449107

@pimenteljchristopher and anyone else who comes here wondering about this, I can't see a consistent away to around this that isn't super hacky, so if this is a major problem...

If you'd like to submit a PR, feel free; this doesn't seem contentious or breaking.

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...

Oh, looks like I did this in #44 without any comment about it.. I don't really think it should be reverted though; iron-image (like img) isn't meant to be a...

Actually, if they're a percentage, they will change size if the container changes size; maybe that's ok given the container then should ideally implement `iron-resizable-behavior`?

Hi @aendrew, `srcset` isn't supported right now but there's been a request for similar functionality: #14. One thing that needs to be considered is how this would interact with the...

[`alt` is available,](https://github.com/PolymerElements/iron-image/blob/master/iron-image.html#L144) `title` isn't though.