Wesley Luyten
Wesley Luyten
I recently talked to someone at LIFX. They're building an in house OSX application so I'm not gonna put any effort in this anymore. Sorry. It's due to release in...
@k-g-a thanks for reporting! could you open an issue in the https://github.com/muxinc/media-chrome repo with a reproduction online? that will help speed up fixing this issue, we might have to check...
no, unfortunately custom tags are not supported. I mainly didn't add it in to keep the bundle size small. if there are enough requests for it, it could be added.
setting `height: fit-content` on the custom media element instead of the one of 100% set by the media container seems to be a workaround for Safari. https://github.com/muxinc/media-chrome/pull/743/commits/6708acab390ef2a4e9ad44cf063a9e5613468b62 Not sure if...
it's not specific to custom elements it seems. max-width and aspect-ratio on a container and width = height = 100% on child https://codesandbox.io/s/safari-aspect-ratio-height-bug-l363g6?file=/index.html
Bug was already reported https://bugs.webkit.org/show_bug.cgi?id=261556
could you provide an online demo or code sandbox? that will help a lot with debugging have you tried changing the `tabindex` attribute?
@kentcdodds thanks for the feedback! I'm not sure we can make that the default. generally the controls stay active when the mouse is over the controls. I'll bring it up...
A tooltip, how hard can it be :). Seen 3 different ways to declare it so far: - tooltip element wraps the button element https://shoelace.style/components/tooltip (feels unintuitive to me) -...
Here's an alternative oEmbed app written by me in JS and can be easily hosted on Cloudflare workers which includes a generous free tier. https://github.com/playerxo/oembed It's inspired by noembed and...