Skip to content

Commit

Permalink
fixed issues with embedding and block restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallner324 authored Dec 27, 2024
1 parent e605749 commit df9a919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stories/derecho.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ taxonomy:
## Overview
The morning of May 12, 2022, began quietly across the Midwest, but by midday, the skies darkened as a powerful serial derecho brought hurricane-force winds exceeding 100 mph across Nebraska, South Dakota, Iowa, Minnesota, and North Dakota. This devastating weather event flattened fields of young corn and soybeans, uprooted trees, and toppled grain silos vital to local economies. With 68 reports of wind gusts over 75 mph, it set a record for a single convective complex. For rural, agriculture-dependent communities, the derecho was catastrophic, destroying crops and irrigation systems while also crippling farming infrastructure. Grain silos—critical for food storage and supply chains—were torn apart, and the economic ripples extended through local and national agricultural markets. The storm laid bare the vulnerabilities of rural America to extreme weather and majorly disrupted the livelihoods of all who depend on food sources from this region.
</Prose>
</Block>

<Block>
<Figure>
<video style={{ width: '100%', aspectRatio: "16/9" }} controls>
<source
Expand All @@ -50,7 +48,9 @@ taxonomy:
Visual of the abundant lightning within the derecho as it races across Nebraska into South Dakota. (Source: [CSU/CIRA](https://satlib.cira.colostate.edu/event/northern-plains-derecho/))
</Caption>
</Figure>
</Block>

<Block>
<Figure>
<Image
src={new URL('./derecho_climo.jpg', import.meta.url).href}
Expand All @@ -64,7 +64,7 @@ taxonomy:

<Block>
<Figure>
<iframe width="750" height="423" src="https://www.youtube.com/watch?v=0SNRwR23jqE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0SNRwR23jqE?si=vrA-IyLgG9hnClpb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<figcaption>Region-scale MRMS radar reflectivity with the respective time frame that the derecho impacted each state. Courtesy of the National Weather Service in Aberdeen, SD.</figcaption>
</Figure>

Expand Down

0 comments on commit df9a919

Please sign in to comment.