Automattic / blockpatterns

Repo of block patterns to work with
7 stars 2 forks source link

Coming Soon: Animated Gradient (Blank Canvas) #153

Open alaczek opened 3 years ago

alaczek commented 3 years ago

image

<!-- wp:cover {"url":"https://s0.wp.com/wp-content/themes/pub/blank-canvas/assets/pattern-gradient.mp4","id":2808,"dimRatio":0,"overlayColor":"primary","backgroundType":"video","minHeight":100,"minHeightUnit":"vh","align":"full"} -->
<div class="wp-block-cover alignfull has-primary-background-color" style="min-height:100vh"><video class="wp-block-cover__video-background intrinsic-ignore" autoplay muted loop playsinline src="https://s0.wp.com/wp-content/themes/pub/blank-canvas/assets/pattern-gradient.mp4" data-object-fit="cover"></video><div class="wp-block-cover__inner-container"><!-- wp:columns {"align":"full"} -->
<div class="wp-block-columns alignfull"><!-- wp:column {"width":"75%"} -->
<div class="wp-block-column" style="flex-basis:75%"><!-- wp:heading {"style":{"typography":{"lineHeight":"1","fontSize":"64px"}}} -->
<h2 style="font-size:64px;line-height:1"><strong>The High Fives</strong></h2>
<!-- /wp:heading -->

<!-- wp:social-links {"align":"left"} -->
<ul class="wp-block-social-links alignleft"><!-- wp:social-link {"url":"#","service":"soundcloud"} /-->

<!-- wp:social-link {"url":"#","service":"bandcamp"} /-->

<!-- wp:social-link {"url":"#","service":"facebook"} /-->

<!-- wp:social-link {"url":"#","service":"instagram"} /-->

<!-- wp:social-link {"url":"#","service":"youtube"} /--></ul>
<!-- /wp:social-links --></div>
<!-- /wp:column -->

<!-- wp:column {"width":"25%"} -->
<div class="wp-block-column" style="flex-basis:25%"></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div></div>
<!-- /wp:cover -->
alaczek commented 3 years ago

So this one has a video background, which I guess makes it a Premium pattern @ianstewart? Although the same pattern is already available in Blank Canvas for free, so I'm not sure what to do about this discrepancy?