Skip to main content
Player export
Updated over a week ago

πŸ’‘ To use a direct link or player code on your site, click on the name of the video and copy the link or the code from a pop-up page.

Advice: To fast-copy the URL/Code from a field, click on the paper icon on the right side of the field.

You can set additional player settings with a toggle-switch:

  • Autoplay is a feature that starts your video automatically when at least 40% of the player is displayed on the page.

  • Loop allows you to loop your video inside the player.

  • Responsive is a feature that automatically cuts the player size to the size of a certain element of the page that hosts the player.

  • Start from option allows you to select the moment when the content starts playing. (Specify the desired time value or drag the slider in the player to the desired moment)

These options are available as embed code parameters:

Parameter

Description

autoplay=1

Start playback automatically if the player is 40% in viewport

loop=1

Loop video playback

<iframe
width="842"
height="480"
src="https://sprintty.com/embed/0u0Nugrwl3KlZbVXIgZgMA/tFT_quY3ESxgNy4cvJR56g?autoplay=1&loop=1"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen
></iframe>

Responsive player

Use this template to embed the player on responsive web pages.

<div style="overflow:hidden;padding-top:56.25%;position:relative;">
<iframe
style="height:100%;left:0;position:absolute;top:0;width:100%;"
src="https://sprintty.com/embed/0u0Nugrwl3KlZbVXIgZgMA/tFT_quY3ESxgNy4cvJR56g?autoplay=1"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>


​

Did this answer your question?