Skip to content

Commit

Permalink
website youtube link scaling fix - mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Jun 13, 2019
1 parent bf01ef6 commit fb2006f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,11 @@ <h3><i>Dynamic Windows Desktop based on weather & time</i></h3>
<div class="col-full">
<h3 class="subhead subhead--dark">Your Desktop</h3>
<h1 class="display-1 display-1--light">A window to the the outside world..</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ojhjBrzmNjo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<div class="videoWrapper">
<iframe width="560" height="349" src="https://www.youtube.com/embed/ojhjBrzmNjo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

</div>
</div> <!-- end section-header -->

Expand Down

0 comments on commit fb2006f

Please sign in to comment.