iron-image
iron-image copied to clipboard
feature request: iron-image should implement iron-resizable-behavior
See https://github.com/PolymerElements/paper-dialog/issues/86
Ideally, an iron-image that has width and height set to auto should call notifyResize() when the image is loaded.
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?
That would require its container to set the size (min/max), and there are cases where we want the image to take as much space as possible and notify the parents with a notifyResize (e.g. http://jsbin.com/rufifi/4/edit?html,output)