-
Notifications
You must be signed in to change notification settings - Fork 801
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
Blocks: It's not possible to rearrange images in a tiled gallery block #14546
Comments
/cc @olaolusoga @shaunandrews @iamtakashi This one could use some design thinking about how we could introduce the abilities mentioned to this block. |
@apeatling Not that I'm saying this is ideal, but we can rearrange the order by reselecting the images to change the order though? |
Yes you can do this, but it's really rough and tough to follow. The chances of users selecting images in a neat line like this are low. This is what I ended up messing with on the site I was building, and it was really frustrating. |
I think this pattern is good, the concern I have is moving an image between different dimensions (landscape to portrait as an obvious example). The CoBlocks masory gallery in this example uses images that all the same orientation, making moving easier. Is that always the case? |
Drag-and-drop seems like an obvious addition here, and on mobile it likely wouldn’t be needed as the gallery should be displayed differently. The left/right arrows kind of work, but get confusing when the image moves up/down. It could also be frustrating as the way the image moves is not at all obvious. A lot of this comes down to the generative nature of the layout and the fact that it changes based in the number and size of the images. One consideration is to offer more static/fixed layouts rather than generate them in the fly. |
What about tablets like iPad? The gallery appears the same as it's on a desktop :) I'm not against drag-and-drop, and both (arrows and a handle for drag-and-drop) would be ideal like the block mover.
Yes, I agree on the way the image moves is not obvious all the time, but adding arrows could be a first step as they'll work both on a touch device and non-touch device, and I assume it's easier to implement than drag-and-drop. It might be a good idea to make the size of the arrows a little bigger for fingers like mine :) |
I'd expect a tap-and-hold gesture for reordering with a touch device. |
Folks, I'll move this issue to Jetpack repo where this block is developed. There's a duplicate already (in #11874) but I'll close it since this has more thought put into it. |
18675881-hc:
Turns out reordering a tiled gallery block doesn't work in Calypso, but it does work in WP Admin. |
I love our tiled gallery block for two reasons, it's visually more interesting, and it will horizontally and vertically align all your images. It makes it easy to make any number of images a full section of the page.
However there are two really sore points that make it frustrating:
Number two is frustrating because it's deciding which images are big, and which are small in order for them to fit. However, there are often multiple ways this can be done. For example in this view:
I would much prefer the image of the person at the computer in the bottom right to be in the bigger section the photos on the wall currently occupies. There is no way for me to do this.
The two ways this can be fixed are:
I think number 2 might be the easiest solution, but having both number 1 and number 2 would be ideal.
The text was updated successfully, but these errors were encountered: