Use mouse wheel to scroll down and navigate Swiper gallery.

Swipe to unlock pining

When the gallery gets pinned be sure to Swipe until the last slide is visible

Now you can scroll down to the rest of the page. Neat!

Known Issues

Closing Thoughts

Even though this seems like a neat UI treatment, it is very strange to lock the scrollbar in place. I really don't think the user should be prevented from using a scrollbar. I tried hiding the scrollbar by setting visibility:hidden on body when scrolling should be disabled but that was weird too.

I would suggest the following 3 alternatives

  1. Do not pin the Swiper section. Provide a clear UI for horizontal navigation with prev/next buttons and make it clear that swiping is allowed too.
  2. Ditch Swiper. Pin the section and control it with a container animation. Using this technique the scroll-wheel and scrollbar can be used consistently with no lockups or funny business.
  3. Create a full-screen experience where the scrollbar is always hidden and the only way to navigate is via scrollwheel or touch gestures.