lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
608 stars 92 forks source link

Vertical volume audio bar #186

Closed felipebelinassi closed 1 year ago

felipebelinassi commented 1 year ago

Hello!

I'm using the library in my project and I really like it. However, I noticed that the volume audio bar is only scrollable horizontally. I was wondering if it is possible to configure the volume audio bar to be scrollable vertically instead, or if this is something that could be implemented in a future update.

In the end it would look like this:

image

Thank you in advance!

lhz516 commented 1 year ago

You can use the advanced layout to replace the existing volume control with whatever you like.

lhz516 commented 1 year ago

Closing it. Feel free to reopen if you need some followup discussion.