From 557acefe5ef240dee69030f2f6edf7e865886fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Fallr=C3=B8?= Date: Fri, 10 Jun 2016 19:27:47 +0200 Subject: [PATCH] Mixin for #sizedImgDiv added --- iron-image.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iron-image.html b/iron-image.html index bf774d6..47e1754 100644 --- a/iron-image.html +++ b/iron-image.html @@ -60,6 +60,7 @@ Custom property | Description | Default ----------------|-------------|---------- +`--iron-image-sized-img` | Mixin applied to #sizedImageDiv | `{}` `--iron-image-placeholder` | Mixin applied to #placeholder | `{}` `--iron-image-width` | Sets the width of the wrapped image | `auto` `--iron-image-height` | Sets the height of the wrapped image | `auto` @@ -82,6 +83,8 @@ @apply(--layout-fit); display: none; + + @apply(--iron-image-sized-img); } #img {