Skip to content

Commit

Permalink
Changes image size description, as it causes confusion
Browse files Browse the repository at this point in the history
Right now this setting causes confusion as it doesn't change the visual size, but the image dimensions, see WordPress#48395.
  • Loading branch information
tomdevisser committed Feb 27, 2023
1 parent 4a16b05 commit 1be5ded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/media-text/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ function MediaTextEdit( { attributes, isSelected, setAttributes, clientId } ) {
slug={ mediaSizeSlug }
imageSizeOptions={ imageSizeOptions }
isResizable={ false }
imageSizeHelp={ __( 'Select which image size to load.' ) }
imageSizeHelp={ __(
"Select which image size to load. This changes the resolution of the image, not it's visual size."
) }
/>
) }
{ mediaUrl && (
Expand Down

0 comments on commit 1be5ded

Please sign in to comment.