Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Switched to a forked iron-image until someone merges PolymerElements/…
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBogdanov committed Oct 20, 2016
1 parent 643b18b commit f0ba508
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"Tony Bogdanov <[email protected]>"
],
"description": "A Polymer element for quick / placeholder images",
"keywords": ["web-components"],
"keywords": [
"web-components"
],
"main": "poly-quick-image.html",
"license": "MIT",
"ignore": [
Expand All @@ -17,10 +19,10 @@
],
"dependencies": {
"polymer": "^1.6.1",
"iron-image": "^1.2.5",
"iron-localstorage": "^1.0.6",
"poly-crypt": "*",
"urijs": "medialize/URI.js#^1.18.2"
"urijs": "medialize/URI.js#^1.18.2",
"tonybogdanov-iron-image": "TonyBogdanov/iron-image#master"
},
"devDependencies": {
"iron-component-page": "^1.1.7",
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<poly-quick-image
src="demo.jpg"
sizing="cover"
width="720"
height="405"></poly-quick-image>
width="720px"
height="405px"></poly-quick-image>

</body>
</html>
2 changes: 1 addition & 1 deletion poly-quick-image.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Dependencies -->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../poly-crypt/poly-crypt.html">
<link rel="import" href="../iron-image/iron-image.html">
<link rel="import" href="../tonybogdanov-iron-image/iron-image.html">
<link rel="import" href="../iron-localstorage/iron-localstorage.html">
<link rel="import" href="poly-quick-image-styles-shared.html">

Expand Down

0 comments on commit f0ba508

Please sign in to comment.