Open Issues Need Help
View All on GitHubAI Summary: Optimize the website's audio playback to reduce the number of fetches for the click sound. This likely involves caching the sound file or using a more efficient method to load it, improving website performance.
AI Summary: Replace the default browser media playback controls with custom controls that better match the website's design. This involves creating custom HTML, CSS, and potentially JavaScript to handle media playback functionality.
AI Summary: Investigate and implement a workaround for the Firefox/Gecko autoplay permission limitation on a Jekyll-based website. The solution should allow autoplay after a single user interaction, mirroring the behavior in Chromium.