NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 609 forks source link

Bootstrap: adjust grid on small browser #36

Closed amitguptagwl closed 6 years ago

amitguptagwl commented 6 years ago

starting point: v2.html link: https://naturalintelligence.github.io/imglab/v2.html

On top right side there are 3 buttons: plugins, keyboard, donate. When the browser window is < 1412px. They are not properly aligned.

All the elements in a menu should be aligned for different screen size.

AnshuOnGit commented 6 years ago

Hi @amitguptagwl I would like to take this up. Will let you know as soon as PR is ready.

amitguptagwl commented 6 years ago

Sure, pleas go on. Just ensure that you test the application before raising the PR and keep the console error free.

On Thu 14 Jun, 2018, 11:15 AM Anshu Kumar, notifications@github.com wrote:

Hi @amitguptagwl https://github.com/amitguptagwl I would like to take this up

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NaturalIntelligence/imglab/issues/36#issuecomment-397178113, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVgKPatDj67MluoMlBKKgXu8NFjjq_tks5t8fiQgaJpZM4UjwCQ .

AnshuOnGit commented 6 years ago

@amitguptagwl may i know the initial setup for making web app up on local laptop

amitguptagwl commented 6 years ago

git clone . It is made in html, css, and js. You can use any server to start it. or open the v2.html directly in browser. However if you already have node js installed on your machine, you can install http-server to make it easy.

AnshuOnGit commented 6 years ago

Please review https://github.com/NaturalIntelligence/imglab/pull/41

amitguptagwl commented 6 years ago

fixed