diff --git a/packages/block-library/src/common.scss b/packages/block-library/src/common.scss index a40014302b2409..2244a4c4fe79e1 100644 --- a/packages/block-library/src/common.scss +++ b/packages/block-library/src/common.scss @@ -125,7 +125,7 @@ html :where([style*="border-width"]) { /** * Provide baseline responsiveness for images. */ -html :where(img) { +html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }