Skip to content

Commit 89fe7e6

Browse files
committed
autoplay more videos
1 parent bb684ed commit 89fe7e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

slides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ dragPos:
413413
- JFK: 25,000 vehicles per day, ≤2,000 per hour
414414
</div>
415415

416-
<video class="wt" src="/wt.mp4" autoplay muted controls />
416+
<video class="wt" src="/wt.mp4" autoplay muted loop controls />
417417
</div>
418418
<div v-click="2">
419419

@@ -604,7 +604,7 @@ dragPos:
604604

605605

606606
<div v-click="1">
607-
<video src="/42-brt.mp4" controls loop muted />
607+
<video src="/42-brt.mp4" controls loop autoplay muted />
608608

609609
- Can double as bike/ebike/scooter lane
610610
- Gets them off sidewalk!
@@ -755,7 +755,7 @@ dragPos:
755755
# Bike infrastructure
756756
[Viaduct multi-use path][vd]!
757757

758-
<video src="/viaduct.mov" controls loop muted />
758+
<video src="/viaduct.mov" controls loop autoplay muted />
759759

760760
<div class="drag" v-drag="'vd0'"><a href="https://streetmix.net/streetmix-7762/16/14th-st-viaduct-current" target="_blank"><img src="/vd0.png" /></a></div>
761761
<div class="drag" v-drag="'vd1'"><a href="https://streetmix.net/streetmix-7762/15/14th-st-viaduct-proposed" target="_blank"><img src="/vd1.png" /></a></div>

0 commit comments

Comments
 (0)