You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/Settings.js
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -513,8 +513,22 @@ import Events from './events/Events';
513
513
* When true, only those captions where itts:forcedDisplay="true" will be displayed.
514
514
* @property {boolean} [imsc.enableRollUp=true]
515
515
* Enable/disable rollUp style display of IMSC captions.
516
-
* @property {number} [imsc.options]
517
-
* IMSC styling options - including; sizeAdjust, lineHeightAdjust, backgroundOpacityScale and fontFamily. See the renderHtml function of imscJS for full details
516
+
* @property {object} [imsc.options]
517
+
* IMSC styling options - See the renderHtml function of imscJS for full details
518
+
* @property {number} [imsc.options.sizeAdjust]
519
+
* IMSC styling option - scales the text size and line padding
0 commit comments