Skip to content

Commit 2b958e8

Browse files
committed
fix dimensions and twitch
1 parent 374c5aa commit 2b958e8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

index.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Connect with us</h2><span class="social-media"><a href="https://twitter.com/
133133
</paper-material>
134134

135135
<paper-material elevation="1">
136-
<iframe width="100%" height="100%" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTYGiiplKYPIQpGZ7fRHX9oUQCarTgkSSaE1naEt6EwORDZidZeAYp5atSrqw80Evz7ZH4RjMKHXgio/pubhtml?gid=278447706&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
136+
<iframe width="100%" height="600px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTYGiiplKYPIQpGZ7fRHX9oUQCarTgkSSaE1naEt6EwORDZidZeAYp5atSrqw80Evz7ZH4RjMKHXgio/pubhtml?gid=278447706&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
137137
</div>
138138

139139
</iron-pages>
@@ -145,7 +145,7 @@ <h2>Connect with us</h2><span class="social-media"><a href="https://twitter.com/
145145
<iron-pages id="matches-page" selected="{{selected}}">
146146
<div>
147147
<paper-material elevation="1">
148-
<iframe width="100%" height="100%" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTYGiiplKYPIQpGZ7fRHX9oUQCarTgkSSaE1naEt6EwORDZidZeAYp5atSrqw80Evz7ZH4RjMKHXgio/pubhtml?gid=66259830&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
148+
<iframe width="100%" height="600px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTYGiiplKYPIQpGZ7fRHX9oUQCarTgkSSaE1naEt6EwORDZidZeAYp5atSrqw80Evz7ZH4RjMKHXgio/pubhtml?gid=66259830&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
149149
</paper-material>
150150
</div>
151151
</iron-pages>
@@ -164,7 +164,7 @@ <h2>Connect with us</h2><span class="social-media"><a href="https://twitter.com/
164164

165165
<div>
166166
<paper-material elevation="1">
167-
<iframe width="100%" height="100%" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTYGiiplKYPIQpGZ7fRHX9oUQCarTgkSSaE1naEt6EwORDZidZeAYp5atSrqw80Evz7ZH4RjMKHXgio/pubhtml?gid=1772395932&single=true"></iframe>
167+
<iframe width="100%" height="600px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTYGiiplKYPIQpGZ7fRHX9oUQCarTgkSSaE1naEt6EwORDZidZeAYp5atSrqw80Evz7ZH4RjMKHXgio/pubhtml?gid=1772395932&single=true"></iframe>
168168
</paper-material>
169169

170170

@@ -194,7 +194,12 @@ <h2>Connect with us</h2><span class="social-media"><a href="https://twitter.com/
194194
<paper-material elevation="1">
195195
<h2>Livestream</h2>
196196
<div class="video-wrap"><a class="embedly-card" href="https://www.twitch.tv/pierobotics">PiERobotics</a>
197-
<script async="" src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
197+
<iframe
198+
src="https://www.twitch.tv/pierobotics"
199+
height="<height>"
200+
width="<width>"
201+
allowfullscreen>
202+
</iframe>
198203
</div>
199204
</paper-material>
200205
</section>

0 commit comments

Comments
 (0)