Modifying Player Size

In order to ensure maximum player viewability and visibility to increase engagement on your site, the STN Player will scale to fit the size of the div it has been placed inside. 

If you need to make modifications to the size of the player, place your embed code within a parent div and apply CSS to that div. An example of how you can place an embed code inside a parent div is below: 
 

<div class="MinutePlayer-Parent"> /* The player's code supplied by your account manager */
</div>


Please note that your CSS must target the class (or ID) of the parent div in order to work as expected. 

Once you’ve added a parent div with a class (or ID) You’ll need to add CSS to your site’s existing stylesheet. An example targeting the parent class of STNPlayer-Parent is below. 

.MinutePlayer-Parent {
width: 420px; 
}