mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
Stretch the wavesurfer waveform to the full height (#1962)
* Stretch the wavesurfer waveform to the full height * Add waveform stretch setting
This commit is contained in:
@@ -58,7 +58,7 @@ export const PlayerbarWaveform = () => {
|
||||
height: 18,
|
||||
interact: false,
|
||||
media: audioElementRef.current,
|
||||
normalize: false,
|
||||
normalize: playerbarSlider?.stretched ?? false,
|
||||
progressColor: primaryColor,
|
||||
waveColor,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user