Jiye Kim

Results 4 comments of Jiye Kim

@arulkumararul2000 You can add styles including font size to the .vtt file as below code. ``` WEBVTT STYLE ::cue { font-size: 120% } 00:00:00.000 --> 00:00:02.000 This is a subtitle...

@arulkumararul2000 Have you tried absolute font size such as `font-size: 100px;` ? Maybe you can refer to https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#styling_webvtt_cues page about styling vtt subtitles.

@arulkumararul2000 If you are working with our `pattern-video-player-custom` sample, please try this. ``` // src/App/App.module.less .app { video::cue { font-size: 20%; } } ``` `::cue` pseudo-element is supported on all...

Travis error occurs because https://github.com/enactjs/enact/pull/3233 is not merged.