-
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
Always show "new gallery item" below the gallery #7300
Comments
Just to be clear, the placeholder will still only appear when the block is selected, right? If so, then great! The placeholder moving the other images around felt a bit odd. |
Yes, correct, only on selection. Just would avoid the gallery becoming 3 columns for some reason on selection. |
It's harder to locate though; putting the inserter in a common place and on its own line makes it easier to locate and makes it stand out. I actually found, just in testing this patch against the behaviour in master, that the existing, inline inserter is harder to locate/tell apart (from those example, grey-background images), and the placement being inconsistent makes it annoying to add images one after the other. I think the full width, consistently-placed inserter is much better and more discoverable. |
Besides from the inserter being more discoverable, I think another great benefit is preventing the layout from changing and not being faithful to what the user would finally see as posted. Regards
I see it more as a "what WILL the user see posted" vs "what COULD the user see posted" |
The problem is that selecting a gallery to, say, add a caption to an image, can drastically change the layout, which makes it very hard to write the caption and see how it would look because the "add new image" is changing the whole layout. |
After reflecting on this 👍 lets get it in and tested. I do still feel the impression point is valid but consensus is also ok to go with. |
Currently, selecting a gallery can shift the layout presentation to accommodate the extra placeholder item. That makes it hard to work with galleries since layout can change on selection and not be faithful.
Let's move the "new gallery item" to be always below the gallery, full-width, and avoid disrupting the gallery presentation.
The text was updated successfully, but these errors were encountered: