newsletter-video.php 2.3 KB

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Title: Newsletter signup with video background
  4. * Slug: lettre/newsletter-video
  5. * Categories: featured, newsletter
  6. */
  7. ?>
  8. <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/car.mp4","dimRatio":50,"overlayColor":"foreground","backgroundType":"video","minHeight":100,"minHeightUnit":"vh","contentPosition":"center right","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"70px","right":"70px","bottom":"70px","left":"70px"}}}} -->
  9. <div class="wp-block-cover alignfull is-light has-custom-content-position is-position-center-right" style="padding-top:70px;padding-right:70px;padding-bottom:70px;padding-left:70px;min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-foreground-background-color has-background-dim"></span><video class="wp-block-cover__video-background intrinsic-ignore" autoplay muted loop playsinline src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/car.mp4" data-object-fit="cover"></video><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"wideSize":"480px"}} -->
  10. <div class="wp-block-group"><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"style":{"spacing":{"blockGap":"30px"}},"layout":{"type":"flex","orientation":"vertical"}} --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"textColor":"secondary","fontSize":"x-large"} -->
  11. <p class="has-secondary-color has-text-color has-x-large-font-size" style="line-height:1.2"><?php echo esc_html__( 'Get our latest posts in your inbox.', 'lettre' ); ?></p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:jetpack/subscriptions {"subscribePlaceholder":"<?php echo esc_html__( 'Email Address', 'lettre' ); ?>","buttonWidth":"","submitButtonText":"<?php echo esc_html__( 'Subscribe', 'lettre' ); ?>","buttonBackgroundColor":"secondary","textColor":"foreground","fontSize":"1.3rem","customFontSize":"1.3rem","borderRadius":50,"borderWeight":2,"borderColor":"secondary","padding":20,"className":"is-style-compact"} /--></div>
  14. <!-- /wp:group -->
  15. <!-- wp:spacer {"height":"40px"} -->
  16. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer --></div>
  18. <!-- /wp:group --></div></div>
  19. <!-- /wp:cover -->