How to make rounded big play button

If you are using "solid" or "bar" skin and you would like to have a rounded big play button, you can easily do that by adding following code to your shared footer or any pages where your videos are embedded.

<style>
.dyt-big-touch-play-button {
    border-radius: 12px!important;
}
</style>

Last updated