Skip to content

Instantly share code, notes, and snippets.

@melchoyce
Created June 8, 2021 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melchoyce/0611de8dd6228a5db4d16afa8f54911c to your computer and use it in GitHub Desktop.
Save melchoyce/0611de8dd6228a5db4d16afa8f54911c to your computer and use it in GitHub Desktop.
WordPress Pattern: Three images and text
<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"80%"} -->
<div class="wp-block-column" style="flex-basis:80%"><!-- wp:gallery {"ids":[3053,3054,3052],"linkTo":"none"} -->
<figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img src="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-2848918-jpeg-683x1024.jpg" alt="" data-id="3053" data-full-url="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-2848918-jpeg.jpg" data-link="https://mywptesting.site/?attachment_id=3053" class="wp-image-3053"/></figure></li><li class="blocks-gallery-item"><figure><img src="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-2849089-jpeg-683x1024.jpg" alt="" data-id="3054" data-full-url="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-2849089-jpeg.jpg" data-link="https://mywptesting.site/?attachment_id=3054" class="wp-image-3054"/></figure></li><li class="blocks-gallery-item"><figure><img src="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-2848925-jpeg-616x1024.jpg" alt="" data-id="3052" data-full-url="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-2848925-jpeg.jpg" data-link="https://mywptesting.site/?attachment_id=3052" class="wp-image-3052"/></figure></li></ul></figure>
<!-- /wp:gallery --></div>
<!-- /wp:column -->
<!-- wp:column {"verticalAlignment":"bottom","width":"20%","style":{"spacing":{"padding":{"bottom":"15px"}}}} -->
<div class="wp-block-column is-vertically-aligned-bottom" style="padding-bottom:15px;flex-basis:20%"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size">Designs for vases created by Noritake, a Japanese tableware company founded in 1876 under the name Morimura Gumi. They officially changed their name in 1981. These designs date back to the late 19th century.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment