Skip to content

Commit

Permalink
add background-size inherit to #placeholder css rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Dubois authored and Julien Dubois committed Aug 12, 2016
1 parent b804981 commit 2d77038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-image",
"version": "1.2.4",
"version": "1.2.5",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "An image-displaying element with lots of convenient features",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions iron-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
@apply(--layout-fit);

background-color: inherit;
background-size: inherit;
opacity: 1;

@apply(--iron-image-placeholder);
Expand Down

0 comments on commit 2d77038

Please sign in to comment.