KevinBlbd / capstone-project

https://capstone-project-xi-two.vercel.app
0 stars 0 forks source link

US4 - Lightbox gallery #6

Open KevinBlbd opened 1 year ago

KevinBlbd commented 1 year ago

Value proposition

As a user I want to click on the picture on the detail page in order to access the picture in a bigger version.

Description

wf21

Acceptance criteria

Tasks

Size: M

CJAkkuec commented 1 year ago

Here's a nit-picky little UI/UX sidenote: the x goes in the top right corner. ;) You may also want to adjust the size to M, because implementing gestures (pinch, drag, zoom, etc) yourself can be a bit of a headache. You may also want to include gesture implementation into the tasks, as well as finding a package/library for it.

KevinBlbd commented 1 year ago

Thanks for the feedback! Ooopsie, it was suppose to be a back-arrow 😅 I will re-think about the necessity of integrating the lightbox on week 1, maybe as a "bonus" implementation only.

I found this : https://yet-another-react-lightbox.com/ including pluggins for the Captions, Fullscreen, Slideshow, Thumbnails, Video and Zoom.