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
Iron image gets collapsed while the mixin --iron-image-height is set (say 300px) inside paper-card. The image displays correctly only if I set the height inline, but than why the mixin exists (or do I miss something)?
Iron image gets collapsed while the mixin
--iron-image-height
is set (say 300px) insidepaper-card
. The image displays correctly only if I set the height inline, but than why the mixin exists (or do I miss something)?stock
paper-card
code:works only if I set the height inline:
As normal behaviour I expect the image to fill the
iron-image
element with height and width set explicitly andsizing="cover"
Thanks!
The text was updated successfully, but these errors were encountered: