Skip to content

Commit 203ff3c

Browse files
committed
Put video on both autoplay and loop
1 parent 5cc2147 commit 203ff3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h2 class="anchored" data-anchor-id="welcome-to-the-stemcoding-landing-page">Wel
154154
<p>The STEMcoding project is a partnership between <a href="./people.html">faculty members and students</a> at <a href="http://osu.edu">Ohio State University</a> and the <a href="http://mountunion.edu">University of Mount Union</a></p>
155155
<p>The STEMcoding project exists to re-imagine introductory STEM courses like math and science with computer science and data science in mind. Our <a href="./activities.html">activities</a> are used in intro level college courses and high school courses.</p>
156156
<p>We love to create activities that <b><em>each</em></b> align with relevant math, <a href="http://go.osu.edu/ngss">science</a> <b><em>and</em></b> computer science standards. Some of our physical science activities appear on the “model curriculum” examples distributed by the Ohio Department of Education and Workforce. We are also working to create a year-long data science curriculum.</p>
157-
<video width="100%" controls="" autoplay="" muted="">
157+
<video width="100%" controls="" autoplay="" muted="" loop="">
158158
<source src="vid/welcome_to_stemcoding.mp4" type="video/mp4">
159159
</video>
160160
<p>We are very proud of the <a href="http://youtube.com/STEMcoding">STEMcoding youtube channel!</a> We have released over 100 videos featuring faculty and students at Ohio State University and the University of Mount Union.</p>

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The STEMcoding project exists to re-imagine introductory STEM courses like math
1111

1212
We love to create activities that <b>*each*</b> align with relevant math, [science](http://go.osu.edu/ngss) <b>*and*</b> computer science standards. Some of our physical science activities appear on the "model curriculum" examples distributed by the Ohio Department of Education and Workforce. We are also working to create a year-long data science curriculum.
1313

14-
<video width="100%" controls autoplay muted>
14+
<video width="100%" controls autoplay muted loop>
1515
<source src="vid/welcome_to_stemcoding.mp4" type="video/mp4">
1616
</video>
1717

0 commit comments

Comments
 (0)