Skip to content

Commit

Permalink
updated unmuted video to <video> call for muting it
Browse files Browse the repository at this point in the history
  • Loading branch information
acblackford authored Oct 24, 2024
1 parent 29430d1 commit bc60cf6
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions stories/tornadoes2024.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,18 @@ taxonomy:

<Block>
<Figure>
<iframe width="750" height="423" src="https://packaged-media.redd.it/5g2n9q09w3xc1/pb/m2-res_692p.mp4?m=DASHPlaylist.mpd&v=1&e=1729188000&s=c264a5ba4d7b893b844205db513d6b76b5aa454d" title="Embedded Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen muted></iframe>
<figcaption>Eyewitness video footage of the EF-4 West Elkhorn, Nebraska tornado when it was near its most violent stage.</figcaption>
</Figure>
<video
width="750"
height="423"
controls
autoplay
muted
>
<source src="https://packaged-media.redd.it/5g2n9q09w3xc1/pb/m2-res_692p.mp4?m=DASHPlaylist.mpd&v=1&e=1729188000&s=c264a5ba4d7b893b844205db513d6b76b5aa454d" type="video/mp4"/>
Your browser does not support the video tag.
</video>
<figcaption>Eyewitness video footage of the EF-4 West Elkhorn, Nebraska tornado when it was near its most violent stage.</figcaption>
</Figure>

<Prose>
##### West Elkhorn, NE EF-4
Expand Down Expand Up @@ -1100,15 +1109,15 @@ DOW data wind swath (interactive map); slider with building damage analysis??
<Block>
<Prose>

**Editor**: Andrew Blackford and Derek Koehl ;
**Editors**: Andrew Blackford and Derek Koehl

**Developers**: Andrew Blackford, Trent Cowan, ... ;
**Developers**: Andrew Blackford and Trent Cowan

**Science and Content Contributors**: Andrew Blackford, Trent Cowan, Brian Freitag, ... ;
**Science and Content Contributors**: Andrew Blackford, Trent Cowan, Brian Freitag, and Aaron Kaulfus

**Acknowledgements**: The following collaborators have been a huge resource in expanding the Greenfield, Iowa analysis portion of this story into ongoing research that will be propagated into a peer-reviewed article by 2025: Dr. Josh Wurman, Dr. Karen Kosiba, Dr. David Roueche, Dr. Catherine Finley, Dr. Jana Houser, Dr. Christopher Phillips, and David Haliczer. ;
**Acknowledgements**: The following collaborators have been a huge resource in expanding the Greenfield, Iowa analysis portion of this story into ongoing research that will be propagated into a peer-reviewed article by 2025: Dr. Josh Wurman, Dr. Karen Kosiba, Dr. David Roueche, Dr. Catherine Finley, Dr. Jana Houser, Dr. Christopher Phillips, and David Haliczer.

**Questions / Feedback**: [email protected]
**Questions / Feedback**: Email: [email protected]

### Additional Resources

Expand Down

0 comments on commit bc60cf6

Please sign in to comment.