Skip to content

Commit

Permalink
Merge pull request #517 from fredj/grid_demo
Browse files Browse the repository at this point in the history
Don't use protocol relative src in grid demo
  • Loading branch information
keanulee authored Apr 9, 2018
2 parents 2289099 + 9d0f991 commit 76a33fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<div class="photoContainer">
<div class="photoContent" tabindex$="[[tabIndex]]">
<iron-image sizing="cover"
src="//farm[[photo.farm]].staticflickr.com/[[photo.server]]/[[photo.id]]_[[photo.secret]]_n.jpg">
src="https://farm[[photo.farm]].staticflickr.com/[[photo.server]]/[[photo.id]]_[[photo.secret]]_n.jpg">
</iron-image>
<div class="detail">[[photo.title]]</div>
</div>
Expand Down

0 comments on commit 76a33fa

Please sign in to comment.