Newest questions tagged javascript - Stack Overflow
•
2026-05-05 12:55
How can I make YouTube IFrame API seekTo() calls silent without setting controls: 0?
I'm building a video app where users navigate by clicking timestamps in a side panel, each calling player.seekTo(seconds, true). Until the embed redesign rolled out in late March 2026, this was silent: the playhead jumped to the new position without any visual response from the player.
Since the redesign, every programmatic seekTo() call invokes the full player chrome — central pause/play bezel, b...