Skip to content

Commit

Permalink
[css-grid-3][masonry] Update webm example videos to mp4 (#9536)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwrt authored Oct 29, 2023
1 parent 39b7386 commit bd67da3
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-grid-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Fragmentation in the Masonry Axis</h3>
illustrating fragmentation of a grid with masonry layout in its [=block axis=].
It renders like this:
<figure style="max-width:100%">
<video style="max-width:100%" src="images/fragmentation-block-axis-example.webm" controls></video>
<video style="max-width:100%" src="images/fragmentation-block-axis-example.mp4" controls></video>
<figcaption>
Visualization of fragmentation in a [=block-axis=] [=masonry layout=].
</figcaption>
Expand All @@ -577,7 +577,7 @@ Fragmentation in the Grid Axis</h3>
In this case the breaks occurs between the [=grid-axis=] rows.
It renders like this:
<figure style="max-width:100%">
<video style="max-width:100%" src="images/fragmentation-inline-axis-example.webm" controls></video>
<video style="max-width:100%" src="images/fragmentation-inline-axis-example.mp4" controls></video>
<figcaption>
Visualization of fragmentation in the [=block axis=] with [=inline-axis=] [=masonry layout=].
</figcaption>
Expand Down Expand Up @@ -736,7 +736,7 @@ Graceful Degradation</h2>
Here's what it looks like with Masonry support for comparison:

<figure>
<video src="images/graceful-degradation-example.webm" controls></video>
<video src="images/graceful-degradation-example.mp4" controls></video>
<figcaption>
Rendering of the example in a UA with Masonry support.
</figcaption>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed css-grid-3/images/graceful-degradation-example.webm
Binary file not shown.

0 comments on commit bd67da3

Please sign in to comment.