-
Is it possible to hide the time for each entry displayed from a chapters.vtt file and just display the chapter title?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
Foliovision › Forums › FV Player › How to … › Hide chapter time
Hello Michael,
I would recommend you to use the fv_flowplayer_html filter using the WordPress Plugin API. That will let you adjust the player HTML code, including the chapters wrapping UL:
<ul class='fv_fp_chapters' id='fv_fp_chapters_....'>...</ul>
It will appear empty as the chapters data is loaded from the VTT file directly. But that’s not important for what you are trying to achieve.
Thanks,
Martin