Can I custom or change the font, color, and position for subtitles?
This is my code
<ReactPlayer
playing={true}
url={myvideo}
config={{
file: {
tracks: [
{
src: "123.vtt",
default: true,
},
],
},
}}
/>
Hope you guys understand :D