diff --git a/archeo/inc/patterns/image-with-description.php b/archeo/inc/patterns/image-with-description.php index e27893b8d..bd5584580 100644 --- a/archeo/inc/patterns/image-with-description.php +++ b/archeo/inc/patterns/image-with-description.php @@ -23,7 +23,7 @@ return array(

' . __( 'From "American Cities and Ruins: Mitla, Palenqué, Izamal, Chichen-Itza, Uxmal, Atlas" housed at the New York Public Library.', 'archeo' ) . '

- +
' . __( 'Photo of ancient temple, at Chichen-Itza', 'archeo' ) . '
diff --git a/archeo/inc/patterns/layout-with-two-images-and-text.php b/archeo/inc/patterns/layout-with-two-images-and-text.php index 6b7b08d96..7f7bd02a3 100644 --- a/archeo/inc/patterns/layout-with-two-images-and-text.php +++ b/archeo/inc/patterns/layout-with-two-images-and-text.php @@ -17,7 +17,7 @@ return array( -
' . __( 'Photograph by Désiré Charnay, 1862 to 1863', 'archeo' ) . '
' . __( 'Photograph by Désiré Charnay, 1862 – 1863', 'archeo' ) . '
+
' . __( 'Photograph by Désiré Charnay, 1862 to 1863', 'archeo' ) . '
' . __( 'Photograph by Désiré Charnay, 1862 – 1863', 'archeo' ) . '
diff --git a/archeo/style.css b/archeo/style.css index fa746d4b7..9d3dc1788 100644 --- a/archeo/style.css +++ b/archeo/style.css @@ -203,3 +203,12 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover, .wp-block-group.simple-list-of-posts { align-items: baseline; } + +/* + * Needed until there's a fix in GB. + * Related: https://github.com/WordPress/gutenberg/pull/39045 + */ + .wp-block-image img { + height: auto; + max-width: 100%; +}