katspaugh / wavesurfer.js

Audio waveform player
https://wavesurfer.xyz
BSD 3-Clause "New" or "Revised" License
8.63k stars 1.62k forks source link

the wavesurfer.js container cannot have `width: fit-content` #3681

Open Johnrobmiller opened 4 months ago

Johnrobmiller commented 4 months ago

I replicated this on a forked version of wavesurfer where I ran npm run start to start the local examples.

If the body, i.e., the wavesurfer's container, is given width: fit-content, then the wavesurfer will start flicering and redrawing in an infinite loop.

entonbiba commented 2 months ago

@Johnrobmiller wrap it with fit-content outside the wavesurfer container instead. Do you have a sample to view online?

<div> // fit-content css to this div
<wavesurver>
</div>