Changeset 8d43aa1 in Klonkt for src/assets/css/embed.css

Timestamp:
06/20/2026 04:39:28 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8ab20b6
Parents:
e056e56
Message:

fix(player): prewarm hidden YT player (autoplay within gesture)

The YT player was only created on click (cold) → by the time it was ready
the click gesture had expired → YouTube blocked autoplay (flaky: only worked
if the player happened to be warm). Now embed-player prewarms the player as
soon as an audio-only YT embed/album renders
(pcmsAudioPlayer.prewarmYouTube), so the first click falls within the
gesture. busters audio-player.js?v=26, embed-player.js?v=15.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.