-
I have sucessfully managed to get chapter titles to display but would also like to add thumbnails. Reading around – and outside my comfort zone – it seems that I need to add JSON to the cues like this:
{
“title”: “hapter title”,
“src”: “URL of image.jpg”,
}I’ve tried this but it doesn’t work. Can it be tweaked to work with the player or is there a better way? Thanks