Changeset 59233 for trunk/src/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php
- Timestamp:
- 10/14/2024 09:56:32 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php
r59191 r59233 34 34 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 35 35 <figure class="wp-block-image size-full"> 36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-880 3077-original.webp' ); ?>" alt="<?php echo esc_attr_x( 'A classic black and white photo of an old church', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php echo esc_attr_x( 'Cliff Palace, Colorado', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 37 37 </figure> 38 38 <!-- /wp:image -->
Note: See TracChangeset
for help on using the changeset viewer.