-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes image size description, as it causes confusion #48478
Changes image size description, as it causes confusion #48478
Conversation
Right now this setting causes confusion as it doesn't change the visual size, but the image dimensions, see WordPress#48395.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the proposed improvement @tomdevisser 👍
Apart from the small typo in the suggested copy, I wonder if we could reduce its verbosity a little. At present, it wraps with an orphan and takes up three lines of real estate in the sidebar.
Maybe something like the following could work?
Select image resolution to load. This does not affect visual size.
Before | After |
---|---|
It might also be worth getting @WordPress/gutenberg-design to weigh in on its visual impact on the sidebar.
I agree, changed it! |
Nice one, and the new description keeps it on two lines. |
Maybe the label should be "Resolution"? Instead of trying to infer that the control affects the resolution in the description? |
We talked about this in the issue, but because the function is register_image_size and the Settings screen also shows Image Sizes, I think it makes sense to keep the label as is and change just the description like it is in the latest commit. |
I do like the idea of revisiting. Resolution does seem like a better word. But we might also land this one in the mean time, and explore in a separate PR whether resolution is appropriate, or whether, to Tom's point, it should remain "Image Size". That would let this move forward, while still capturing the conversation 🤔 |
That sounds like a good plan to me. Before we land this one though I think we need to confirm which phrase is used for the help text, this PR's or the text from the Post Featured Image block as Rich highlighted. Either way it might be good to make them all consistent. |
In my opinion we should change everything to be consistent with the description we landed on in this PR. It's way more clear to me than the shorter version in the Post Featured Image block. But if the majority thinks otherwise, I could live with both. What do you think @richtabor @jasmussen @aaronrobertshaw ? |
I always like short and sweet. The single line Rich suggests sounds good to me. |
+1 for the Post Featured Image's text. The reference to the size being for the source image conveys to me this setting doesn't correlate to the visual size. |
If I might chime in, I'd vote for the the version from @tomdevisser or rather 2-line version of @aaronrobertshaw I'd vote for a description that has "resolution" because that's easy to understand for a user. |
I agree with this. :) Especially to non-native English speakers and end-users, resolution is easier to understand and more often used in relation to images than "source". |
@aaronrobertshaw Do you need anything else to merge this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for keeping this one moving @tomdevisser 👍
Do you need anything else to merge this PR?
My understanding of the plan is to make the smaller change for the moment, in terms of wording, which was for this to match the Post Featured Image block.
We can then continue the discussion regarding "resolution" as we don't have a clear consensus yet.
Either way, the current state of the PR doesn't quite tick the consistency box yet. We need Image, Post Featured Image, and Media and Text blocks to all display the same help text. There's also the Gallery block that exposes an image size control to consider.
I actually had a client tell me how confusing the Image Size drop down was when she used the Media & Text block. My feeling is that Image Size controls should used be removed, as it creates confusion. Changing the wording does not help much. As changing the image size to thumbnail, medium etc the result will likely just be a blurred image and not a visual smaller image. Saying that it changes the resolution, well that does not help as most will have no idea of that that means. As I see it in general removing the Image Size controls and instead just adding in the Image dimension controls would help. I made an issue for the Image Setting inside the Media & Text block here: |
Agreed. Let's use the Post Featured Image's help text as the standard across the board. Get those in place, then perhaps follow-up with potentially renaming the labels, as indicated here. It should read: |
Agreed with Rich, and to connect the dots that matches the design over here: #48618 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change the copy to Select the size of the source image.
in both spots. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Right now this setting causes confusion as it doesn't change the visual size, but the image dimensions, see #48395 and #48477.
Fixes #48477