12345678910111213141516171819202122232425262728293031 |
- <?php
- /**
- * Title: three-images
- * Slug: cortado/three-images
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"type":"constrained"}} -->
- <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"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- 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"} -->
- <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"} -->
- <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>
- <!-- /wp:image -->
- <!-- wp:image {"id":432,"aspectRatio":"3/2","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
- <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>
- <!-- /wp:image -->
- <!-- wp:image {"id":421,"aspectRatio":"3/2","scale":"cover","sizeSlug":"large","linkDestination":"none"} -->
- <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>
- <!-- /wp:image --></figure>
- <!-- /wp:gallery -->
- <!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer --></div>
- <!-- /wp:group -->
|