Position sticky inside element
To place the sticky player inside a particular HTML element, you can use a CSS query selector that points to the element you want on your webpage. This will ensure the player stays sticky within that specified element.
You can choose from any of the supported selectors, which are explained here.
For instance, if you want the sticky player to be inside a specific div, you would enter #myDivId in the field. Similarly, if you aim to target an element by class, you would enter .myClass.
For example, if you want the sticky player to be inside every second paragraph on a page, you would enter p:nth-of-type(2).