minhtranite / react-photoswipe

PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoSwipe with SlickSlider (Or another module)

mthines opened this issue · comments

Hey folks!
I've been trying to create an slider (using SlickSlider) with Photoswipe as the zoom function.
I've tried to either wrap the SlickSlider in Photoswipe, and to wrap Photoswipe in the SlickSlider but none of them are successful.
I think that because both of the modules generate markup on page load, it conflicts.

Question
– Does anyone have experience with using PhotoSwipe with another module like explained above?

Thanks!