Open rockyhuber opened 6 years ago
That was a quick fix, for anyone interested, I went to the wavesurfer.regions.js file (wavesurfer.js) and added this line of code to the bottom of the init: function...
window.addEventListener('resize', this.onZoom);
Will re-render the regions as you resize the browser.
When zooming or contracting the screen size, waveform remains responsive, however regions to not update to match the responsive waveform. Any suggestions on how to fix this?