Changeset 59269 for trunk/src/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php
- Timestamp:
- 10/22/2024 01:41:10 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php
r59233 r59269 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-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"/>36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.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.