Captionator icon indicating copy to clipboard operation
Captionator copied to clipboard

Caption cues don't render in custom element as expected

Open weboverhauls opened this issue 10 years ago • 0 comments

I'm using the appendCueCanvasTo option parameter in order to render the captions there. But it's just rendering to default upper-left position. My init JS:

var videoCaptions = document.getElementById('videoCaptions');
captionator.captionify(null,null,{
    "appendCueCanvasTo": "videoCaptions"
    }
);

weboverhauls avatar May 21 '14 18:05 weboverhauls