Zookap Help Center Watching experience

Zookap Player API Reference for Iframe Embeds

The IFrame player API allows embed a Zookap video player on your website and control the player using JavaScript. Using the API's JavaScript functions, you can queue videos for playback; play, pause, or stop those videos; adjust the player volume; or retrieve information about the video being played.

fig.1: Shows a sample responsive video Embed, it takes the container's full width by setting the iframe parameters width and height to 100%.

Requirements

The user's browser must support the HTML5 postMessage feature. Most modern browsers support postMessage.

Embedded players must have a viewport that is at least 200px by 200px. If the player displays controls, it must be large enough to fully display the controls without shrinking the viewport below the minimum size. We recommend 16:9 players be at least 480 pixels wide and 270 pixels tall.

Home