react-voice-visualizer icon indicating copy to clipboard operation
react-voice-visualizer copied to clipboard

Bug: the main container does not handle resize events

Open Johnrobmiller opened this issue 1 year ago • 1 comments

If I resize the main container, i.e., the container with the classvoice-visualizer, the canvas does not resize.

For me, this resulted in a problem where resizing the container in Chrome did not effect the canvas width (which was 0px at the time, making me think it was not rendering.)

Other users might need to resize the container for other reasons.

Johnrobmiller avatar Apr 22 '24 19:04 Johnrobmiller

Could you provide more details, please? How did you resize the container? Resize works as native "resize" event on window element

YZarytskyi avatar Oct 01 '24 12:10 YZarytskyi