Skip to content

Commit

Permalink
Use B&W Instagram for Theme 1 (ampproject#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
matharden authored and camelburrito committed Mar 6, 2017
1 parent d9af700 commit 48b4e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/themes/1/template_1_article.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="mx3 my1 h4 line-height-2">{{title}}</h2>
{{> ../components/carousel/carousel.snip.html}}
{{/carousel}}
{{#instagram}}
<amp-instagram data-shortcode="{{shortcode}}" width="379" height="379" layout="responsive" class="p0 m3"></amp-instagram>
<amp-instagram data-shortcode="{{shortcode}}" width="{{width}}" height="{{height}}" layout="responsive" class="p0 m3"></amp-instagram>
{{/instagram}}
{{/blocks}}
{{/article}}
Expand Down
4 changes: 3 additions & 1 deletion templates/themes/1/template_1_article.amp.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@
},
{
"instagram": {
"shortcode": "BPbBM_ehrit"
"shortcode": "BRULdLTD3vf",
"width": "327",
"height": "213"
}
},
{
Expand Down

0 comments on commit 48b4e41

Please sign in to comment.