Skip to content

Commit

Permalink
Fix YouTube embeds in State of the Word pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Dec 20, 2023
1 parent 6530fda commit 8ee8eea
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@

<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}}},"backgroundColor":"white","layout":{"type":"default"}} -->
<div class="wp-block-group has-white-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:embed {"url":"https://www.youtube.com/watch?v=c7M4mBVgP3Y","type":"video","providerNameSlug":"youtube","responsive":true,"className":"no-min-sizing wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube no-min-sizing wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=c7M4mBVgP3Y</div></figure>
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube no-min-sizing wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.youtube.com/watch?v=c7M4mBVgP3Y
</div></figure>
<!-- /wp:embed -->

<!-- wp:paragraph {"fontSize":"large","fontFamily":"eb-garamond"} -->
Expand Down Expand Up @@ -108,7 +110,9 @@
<!-- wp:column {"width":""} -->
<div class="wp-block-column"><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"8px","bottom":"8px"}}}} -->
<p style="margin-top:8px;margin-bottom:8px"><?php _e( 'Stream the event via WordPress social accounts or join a&nbsp;<a href="https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/">local watch party</a>.', 'wporg' ); ?></p>
<!-- /wp:paragraph --><!-- wp:social-links {"iconColor":"black","iconColorValue":"#000000","style":{"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"0px"}}},"className":"is-style-logos-only"} -->
<!-- /wp:paragraph -->

<!-- wp:social-links {"iconColor":"black","iconColorValue":"#000000","style":{"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"0px"}}},"className":"is-style-logos-only"} -->
<ul class="wp-block-social-links has-icon-color is-style-logos-only" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:0px"><!-- wp:social-link {"url":"https://www.youtube.com/watch?v=1MwT9EEkguE","service":"youtube"} /-->

<!-- wp:social-link {"url":"https://www.linkedin.com/events/7137524538958848001/","service":"linkedin"} /-->
Expand Down Expand Up @@ -198,7 +202,9 @@
<!-- /wp:heading -->

<!-- wp:embed {"url":"https://www.youtube.com/watch?v=VeigCZuxnfY","type":"video","providerNameSlug":"youtube","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=VeigCZuxnfY</div></figure>
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.youtube.com/watch?v=VeigCZuxnfY
</div></figure>
<!-- /wp:embed --></div>
<!-- /wp:group -->

Expand All @@ -208,7 +214,9 @@
<!-- /wp:heading -->

<!-- wp:embed {"url":"https://www.youtube.com/watch?v=OpiH_P9aGhQ","type":"video","providerNameSlug":"youtube","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=OpiH_P9aGhQ</div></figure>
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.youtube.com/watch?v=OpiH_P9aGhQ
</div></figure>
<!-- /wp:embed --></div>
<!-- /wp:group -->

Expand All @@ -218,7 +226,9 @@
<!-- /wp:heading -->

<!-- wp:embed {"url":"https://www.youtube.com/watch?v=QI3qCoiuG3w","type":"video","providerNameSlug":"youtube","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=QI3qCoiuG3w</div></figure>
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.youtube.com/watch?v=QI3qCoiuG3w
</div></figure>
<!-- /wp:embed --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
Expand Down

0 comments on commit 8ee8eea

Please sign in to comment.