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

Masonry grids for showing image list #22

Closed
8 tasks
jimcky opened this issue May 30, 2018 · 3 comments
Closed
8 tasks

Masonry grids for showing image list #22

jimcky opened this issue May 30, 2018 · 3 comments
Assignees
Milestone

Comments

@jimcky
Copy link
Collaborator

jimcky commented May 30, 2018

  • load 5 rows of image results per page
  • Adjust masonry grid sizes upon window resize (tech lead please suggest usable library / approach for this feature)
  • shows load more button at the bottom, clicking it would load an additional 15 images (next page)
  • when image is hovered (desktop), shows uploader, liked stat and use image button on an translucent black overlay
  • when image is tapped for the first time (mobile), shows uploader, liked stat and use image button on an translucent black overlay , opens the image detail modal if user tapped on the empty space again
  • (Desktop) when user clicked on the empty space of the image grid overlay (trigged by hovering), shows the image details modal
  • Image cells max length = 2x width
  • if image is smaller than the grid cell, fill the unused space with grey background

Created from Aha! https://oursky.aha.io/features/PUT-20

@rickmak
Copy link
Collaborator

rickmak commented Jun 14, 2018

Today pick the lib.

@rickmak
Copy link
Collaborator

rickmak commented Jun 14, 2018

Propose:

Use pure CSS implementation, refs: http://w3bits.com/flexbox-masonry/

And fallback to grid view for browser not support flexbox.

Thought?

@jimcky jimcky mentioned this issue Jun 15, 2018
21 tasks
@jimcky jimcky assigned rickmak and unassigned nwingt Jun 15, 2018
@rickmak rickmak mentioned this issue Jun 20, 2018
4 tasks
@nwingt
Copy link
Member

nwingt commented Jun 20, 2018

Confirm fallback using grid like Instagram for IE

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

4 participants