Skip to content

Commit

Permalink
allow full screen on guide page
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed May 10, 2024
1 parent c3bba38 commit 390e74c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/geoweaver/layouts/guide/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="font-archivo text-center pt-10 tracking-wide">Guide Page</h1>
<h4>Installation & Setup</h4>
<hr/>
<div class="mt-5 flex justify-center">
<iframe src="https://drive.google.com/file/d/1AXn19AGtOp5Yd2-AO_rXQkphtipBqhbx/preview" width="700" height="400" allow="autoplay"></iframe>
<iframe src="https://drive.google.com/file/d/1AXn19AGtOp5Yd2-AO_rXQkphtipBqhbx/preview" width="700" height="400" allow="autoplay" allowfullscreen></iframe>
</div>
</div>

Expand All @@ -18,7 +18,7 @@ <h4>Installation & Setup</h4>
<h4>Environment Setup</h4>
<hr/>
<div class="mt-5 flex justify-center">
<iframe src="https://drive.google.com/file/d/1NdJpjRHYFLi1WargZawIezvTwrea_Rt5/preview" width="700" height="400" allow="autoplay"></iframe>
<iframe src="https://drive.google.com/file/d/1NdJpjRHYFLi1WargZawIezvTwrea_Rt5/preview" width="700" height="400" allow="autoplay" allowfullscreen></iframe>
</div>
</div>

Expand All @@ -27,7 +27,7 @@ <h4>Environment Setup</h4>
<h4>Hosts</h4>
<hr/>
<div class="mt-5 flex justify-center">
<iframe src="https://drive.google.com/file/d/1m_1Oo2z80bS3hMEkD_2hKEsoRQW7idIG/preview" width="700" height="400" allow="autoplay"></iframe>
<iframe src="https://drive.google.com/file/d/1m_1Oo2z80bS3hMEkD_2hKEsoRQW7idIG/preview" width="700" height="400" allow="autoplay" allowfullscreen></iframe>
</div>
</div>

Expand All @@ -37,7 +37,7 @@ <h4>Hosts</h4>
<h4>Workflow Demo</h4>
<hr/>
<div class="mt-5 flex justify-center">
<iframe src="https://drive.google.com/file/d/1RY_BgLTLE3o9AGYwEL9Ebc_0pc2KThaY/preview" width="700" height="400" allow="autoplay"></iframe>
<iframe src="https://drive.google.com/file/d/1RY_BgLTLE3o9AGYwEL9Ebc_0pc2KThaY/preview" width="700" height="400" allow="autoplay" allowfullscreen></iframe>
</div>
</div>

Expand Down

0 comments on commit 390e74c

Please sign in to comment.