size property

double get size

The size property of the VTTCue interface represents the size of the cue as a percentage of the video size.

Implementation

external double get size;
set size (num value)

Implementation

external set size(num value);