jacobp100 / react-twentytwenty

A TwentyTwenty component for React

Home Page:http://jacobp100.github.io/react-twentytwenty/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for vertical divider?

vjustov opened this issue · comments

is it planned to enable also comparing the images vertically?

I'd accept a PR for this

It's pretty much just changing whether we use left or right in the positions of the elements to top or bottom. You'll then need to make the touch and mouse events handle vertical directions.

Let me know if any parts don't make sense