Skip to content

Commit

Permalink
Make iframes taller
Browse files Browse the repository at this point in the history
  • Loading branch information
andru1d committed Nov 5, 2024
1 parent 149e29a commit e611704
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion courses/capstone/deliverables/study2.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<div class="content">

<iframe id="google-doc-iframe" scrolling="no" style="height: 2850px;" onload="fixGDocTargets2(this);"
<iframe id="google-doc-iframe" scrolling="no" style="height: 7000px;" onload="fixGDocTargets2(this);"
src="https://docs.google.com/document/d/1pFH2irqEtaxvCaFBE_zKs3QbYWa5LsfzL-6JNiqr6u0/pub?embedded=true"></iframe>

</div>
Expand Down
2 changes: 1 addition & 1 deletion courses/ui/assignments/functional.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>functional prototype

<div class="content">

<iframe id="google-doc-iframe" scrolling="no" style="height: 2700px;" onload="fixGDocTargets2(this);"
<iframe id="google-doc-iframe" scrolling="no" style="height: 6500px;" onload="fixGDocTargets2(this);"
src="https://docs.google.com/document/d/e/2PACX-1vTWlirI4aNfmr8kF10oB6ZGafyWiZ3s0S-f_Lpq2I70sh5cWH5s55A4GAyZ1H8lKE20DxsvEn1elrrU/pub?embedded=true"></iframe>

</div>
Expand Down
2 changes: 1 addition & 1 deletion courses/ui/assignments/study1.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>user study: low-fidelity prototype evaluation
</h1>

<div id="iframe_container">
<iframe style="height: 5500px;"
<iframe style="height: 6500px;"
id="google-doc-iframe"
src="https://docs.google.com/document/d/e/2PACX-1vTYQmdUnGNDQjk306j9pLzymh9_wFqzGCgnWrC5IdC2J8-NDWgTN5GlwbMwrBSzd-EQJ3JEiGHAFALv/pub?embedded=true">
</iframe>
Expand Down
2 changes: 1 addition & 1 deletion courses/ui/assignments/study2.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>user study: functional prototype evaluation
</h1>

<div id="iframe_container">
<iframe style="height: 5000px;"
<iframe style="height: 6500px;"
id="google-doc-iframe"
src="https://docs.google.com/document/d/e/2PACX-1vRiTGa-zqZSzzAOTI6zuyd_yyXVsE6DDlQM7JNugSg66FOWESG5RnUkfmtacrYJyug-pKSlnch_kUtn/pub?embedded=true">
</iframe>
Expand Down

0 comments on commit e611704

Please sign in to comment.