Skip to content
  • There are no suggestions because the search field is empty.

Position in page feature

 

With this feature, you can dynamically determine where your player will be placed on your web page by using either a specific or any HTML element when embedding the player's code. You have two options:

  1. Inside Element: This option places the player within the chosen HTML element.

  2. After Element: This option places the player directly after the selected HTML element.

For both options, you can specify a selector to guide the player on where to render dynamically on your page. You can use any of the supported selectors, which are explained here.

For instance, if you want the player to always appear inside a particular div, you would choose the Inside Element option and enter #myDivId into the field.

Likewise, if you want to target an element by class, you would enter .myClass.

For example, if you want the player to appear inside every second paragraph on a page, you would enter p:nth-of-type(2).