Skip to content

Commit dba0fcf

Browse files
committed
update video
1 parent b4ebb52 commit dba0fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/content/examples/move-before/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ this situation because "reparenting" (i.e. changing the parent of an element) ca
3030
the layout of a page while still preserving elements play state, focus, etc.
3131

3232
<div class="center">
33-
<iframe hx-preserve="true" id="rick-roll" width="617" height="351" src="https://www.youtube.com/embed/GFq6wH5JR2A"
33+
<iframe hx-preserve="true" id="rick-roll" width="617" height="351" src="https://www.youtube.com/embed/dQw4w9WgXcQ"
3434
title="Rick Astley - Never Gonna Give You Up (Official Music Video)" frameborder="0"
3535
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
3636
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

www/content/examples/move-before/details.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and the video should continue to work as well. I enjoy flipping back and forth.
1111
### Rick-Rolling
1212

1313
<figure>
14-
<iframe hx-preserve="true" id="rick-roll" width="617" height="351" src="https://www.youtube.com/embed/GFq6wH5JR2A"
14+
<iframe hx-preserve="true" id="rick-roll" width="617" height="351" src="https://www.youtube.com/embed/dQw4w9WgXcQ"
1515
title="Rick Astley - Never Gonna Give You Up (Official Music Video)" frameborder="0"
1616
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
1717
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 commit comments

Comments
 (0)