Jump To:

  1. utils/pause-youtube-video.pauseVideos(context)
  2. utils/pause-youtube-video.prepVideos()

utils/pause-youtube-video

utils/pause-youtube-video.pauseVideos(context)

Somewhat hacky way to pause the video

  • https://www.digitalredpanther.com/blog/play-pause-stop-youtube-embed
  • Actual JS API documentation (Didn't follow this for now) (https://developers.google.com/youtube/iframe_api_reference)

Kind: static method of utils/pause-youtube-video

Param Type Description
context Element | Node The DOM element to search for and pause videos within

utils/pause-youtube-video.prepVideos()

Prep videos to be paused

  • Add query parameters for js API
  • Removes all other query parameters from iframe.src

Kind: static method of utils/pause-youtube-video