| bio | website | michaelkretz.com |
|---|---|---|
| location | Toronto, Canada | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Jan 10 at 20:07 | |
| stats | profile views | 2 |
- Front-End/UX Developer
|
Sep 26 |
awarded | Nice Question |
|
Sep 21 |
comment |
Can I use “Prev” instead of “Previous” on a button? Upvote for the neat technique. However, we use a CSS sprite for the buttons, not text. |
|
Sep 20 |
awarded | Editor |
|
Sep 20 |
revised |
Can I use “Prev” instead of “Previous” on a button? added 227 characters in body |
|
Sep 20 |
comment |
Can I use “Prev” instead of “Previous” on a button? @Brian Yes they were the same size. |
|
Sep 20 |
comment |
Can I use “Prev” instead of “Previous” on a button? @Ian re-wording is a possibility, but we do use "previous" for our larger viewports (tablet and higher). I mentioned it below but I should mention it again, our buttons are oriented vertically (including), so it's really a height issue at mobile size that's causing the issue. |
|
Sep 20 |
comment |
Can I use “Prev” instead of “Previous” on a button? When implementing responsive design, the main image can get scaled down pretty small vertically. Fitting the word "previous" into the button becomes really tight and looks sloppy. I want to maintain a certain width so that users can still click on it with their finger, but the height should scale accordingly. |
|
Sep 20 |
awarded | Supporter |
|
Sep 20 |
comment |
Best way to indicate that a image gallery can be swiped left-right on mobile/tablet I'm up-voting this because I believe it is still a good answer. |
|
Sep 20 |
comment |
Can I use “Prev” instead of “Previous” on a button? Our current next/previous buttons match the height of the image with the text already oriented vertically. |
|
Sep 20 |
comment |
Can I use “Prev” instead of “Previous” on a button? Our previous tests have shown that we get better click-through rates if we have the words + arrows in the button rather than just arrows. That's why we are more inclined to keep the words. |
|
Sep 20 |
asked | Can I use “Prev” instead of “Previous” on a button? |
|
Sep 10 |
comment |
Best way to indicate that a image gallery can be swiped left-right on mobile/tablet As good of a solution as this is, I don't believe that it will work with our current setup. Our gallery images are displayed one-by-one inside a container of pre-defined width. Users are able to cycle through the gallery by clicking next/previous buttons. We want to keep the same functionality when we move down to mobile size. If we had a separate mobile site I could see using this strategy, but not with responsive design. |
|
Sep 7 |
awarded | Student |
|
Sep 7 |
asked | Best way to indicate that a image gallery can be swiped left-right on mobile/tablet |