I am trying to build a portfolio style site that scrolls / snaps vertically for different galleries and then moves horizontally (without snapping) horizontally to view the contents of the galleries (imgs floated right).
I try to create it from one of several frameworks (nice features and responsive), but they all end when I set a large width (for example: 80000px).
Fullpage.js has a function with free vertical scrolling up to the moment, which makes me think that this can be done horizontally. Another interesting example: query.panelsnap , which has internal scroll frames, but with both of them (and the others I tried), I could not set a large horizontal width without violating the plugin binding function.
Does anyone have any ideas on how to get this horizontal scroll to work along with vertical snapping? I have not had success!
Thanks for any help!
source
share