Skip to content

Commit

Permalink
Merge pull request #1144 from paul-matthews/twitter-fix-viewport
Browse files Browse the repository at this point in the history
Updating amp-twitter exmaple with more accurate content height
  • Loading branch information
cramforce committed Dec 11, 2015
2 parents fac5647 + 1e9da21 commit ea09b4b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions examples/twitter.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,30 @@

<h2>Twitter</h2>

<amp-twitter width=390 height=50
<amp-twitter width=375 height=472
layout="responsive"
data-tweetid="638793490521001985">
</amp-twitter>

<amp-twitter width=390 height=50
<amp-twitter width=390 height=330
data-tweetid="585110598171631616"
data-cards="hidden">
</amp-twitter>



<amp-twitter width=390 height=267
<amp-twitter width=390 height=330
layout="responsive"
data-tweetid="585110598171631616"
data-cards="hidden">
</amp-twitter>


<amp-twitter width=390 height=50
<amp-twitter width=390 height=330
layout="responsive"
data-tweetid="641653602164060160"
data-conversation="none"
data-cards="hidden">
</amp-twitter>

<amp-twitter width=390 height=30
<amp-twitter width=390 height=330
layout="responsive"
data-tweetid="641653602164060160"
data-cards="hidden">
Expand Down

0 comments on commit ea09b4b

Please sign in to comment.