Stretch image in iron-image element
问题 I have an element inside a div : <div style="width:330px;"><iron-image src="image.png"></iron-image></div> . The image is 315px in width and 237px height. I want this image to stretch and make it 330px in width as it the container that is inside of, and the height to be auto to do not break the image ratio. I have tried this : iron-image { width:330px; height:auto; } iron-image img { width:330px; height:auto; } And : <div style="width:330px;"><iron-image src="image.png" style="width:330px