Skip to content
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

use middle pixel row for vertical uploads #280

Open
jywarren opened this issue Jan 25, 2016 · 1 comment
Open

use middle pixel row for vertical uploads #280

jywarren opened this issue Jan 25, 2016 · 1 comment
Milestone

Comments

@jywarren
Copy link
Member

This is a tough one -- we currently (on this line) auto-select the brightest row on "mobile" uploads, which is based on the user-agent including the letters "Mobi" -- which may not be good anymore. This can be tested by adding ?m=true to the URL to fake mobile.

Should we auto-select brightest? This'll often be blown out.

Should we use the middle line? This may not be good for all devices, but it'll probably have a higher success rate than the top row, as in the live capture data.

Should we put a "change" button on the "cross section line"? Then, although we could get it wrong, it'd show up for users and be more explicit, and more obvious how to change it.

screenshot 2016-02-11 at 11 32 42 am

@jywarren jywarren added this to the 2.0 launch milestone Jan 25, 2016
@jywarren jywarren added the ready label Jan 27, 2016
@jywarren
Copy link
Member Author

Also keep in mind that if brightness is very low, this is displayed:

screenshot 2016-02-12 at 4 00 08 pm

@jywarren jywarren removed the ready label Mar 1, 2016
@jywarren jywarren modified the milestones: 2.0 launch, 2.2 Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant