Marcel Suter

Results 66 comments of Marcel Suter

This is probably because the tooltip is actually on the :: before virtual element, and it gets wrapped. I don't know whether this combination can be made non-wrapping though.

Can you share a drawing on how it should look like?

Regarding > What happens if somebody makes an identical fork - puts it on a page full of ads, trackers, Exactly this fear led me to the decision to licence...

This seems to be some build issue. Not meaning to be rude by the downvote, but can I ask you to share a bit more context?

Great question. I also wondered what happens with audio sources that are mono or 5.1 for example.

I can second this, would be very nice. Maybe just something simple like a "blinking" circle, instead of a bar as an option.

For me, the "autodetect" of the orientation does work, in a vue.js environment. Using Does work, as long as the 100% actually is wider than 3em. It's not reactive in...

I am just a user, not the author, but I would think it would work if you attach it to a video source. Have you tried?

I was wondering about this too. AnalyzerNode can get the raw samples though, using https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getFloatTimeDomainData. In my use case I also want to support Apple iOS from version 12, so...

@Ph33ly You can set the size by having the surrounding div an explicit width an height. From the example: The meter then adjusts ONCE to this size, not dynamically (aka...