three-images.php 2.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Title: three-images
  4. * Slug: cortado/three-images
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group has-background-color has-primary-background-color has-text-color has-background has-link-color"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  11. <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:gallery {"linkTo":"none","sizeSlug":"full","align":"full","style":{"spacing":{"blockGap":{"top":"0px","left":"0px"},"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"backgroundColor":"primary"} -->
  14. <figure class="wp-block-gallery alignfull has-nested-images columns-default is-cropped has-primary-background-color has-background" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:image {"id":429,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  15. <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/foodiesfeed.com_laptop-work-with-coffee_web.jpg" alt="" class="wp-image-429" style="aspect-ratio:1;object-fit:cover"/></figure>
  16. <!-- /wp:image -->
  17. <!-- wp:image {"id":432,"aspectRatio":"3/2","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  18. <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/foodiesfeed.com_woman-in-a-warm-blanket-holding-a-cup-of-coffee_web.jpg" alt="" class="wp-image-432" style="aspect-ratio:3/2;object-fit:cover"/></figure>
  19. <!-- /wp:image -->
  20. <!-- wp:image {"id":421,"aspectRatio":"3/2","scale":"cover","sizeSlug":"large","linkDestination":"none"} -->
  21. <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/foodiesfeed.com_coffee-kettle_web-683x1024.jpg" alt="" class="wp-image-421" style="aspect-ratio:3/2;object-fit:cover"/></figure>
  22. <!-- /wp:image --></figure>
  23. <!-- /wp:gallery -->
  24. <!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  25. <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
  26. <!-- /wp:spacer --></div>
  27. <!-- /wp:group -->