With this option, you can dynamically specify the placement of your player within your web page by utilizing either a specific or arbitrary HTML element when you insert the player's embed code. You have two distinct choices:
1. Inside Element: This will render the player inside the selected HTML element.
2. After Element: This will render the player immediately after the chosen HTML element.
For both of these options, you can define a selector to instruct the player where to render dynamically on your page. You can use any of the supported selectors, which are detailed here.
For example, if you want the player to consistently appear within a specific div, you would select the Inside Element option and input #myDivId into the field.
Similarly, if you wish to target an element using a class, you would input .myClass.
To illustrate, if you want the player to appear inside every second paragraph on a page, you would input p:nth-of-type(2).
Comments
0 comments
Please sign in to leave a comment.