-
I would like to be able to adjust the placement of the chapters via FV Player settings. Options I would like:
– Set Global Position (Default (inbetween video and transcript), and before video.
– Option to change on a player basis with shortcode
– option to use standard webvtt format
– Show/Hide Timecode
– Choose to Show WebVTT Header, Cue Text or Both– Customization options:
– Show/Hide Timecode
– Choose to show Title, description or both
– A text area to do custom CSS specifically for chapters (a general text area for FV player specific CSS in the skin options would be ideal) [better to keep plugin css together rather than in custom sheets or WP customizer.WebVTT Example
WEBVTT{{Chapter Title}}
00:00:00.00 ---> 00:00:00.00
{{Description}}
EX: List Item: {{timecode}}: {{Title}} – {{Description}}
Example with custom css and jquery attached.