SIMID icon indicating copy to clipboard operation
SIMID copied to clipboard

Have way to specify unknown size in the spec

Open ryanthompson591 opened this issue 4 years ago • 1 comments

Sometimes on initialization of a preroll the size of the video might not yet be known.

In this case it would be useful in the spec to have a way to let the ad know that the dimensions are not yet known.

Proposal: Dimensions may use -1 to specify when something is unknown.

For example

videoDimensions: { x: 0, y: 0, width: -1, height: -1, }

would indicate that the video will be in the top left corner but the width and height are not yet known.

ryanthompson591 avatar Oct 02 '20 16:10 ryanthompson591

Committee accepts this.

mimidden avatar Apr 28 '21 17:04 mimidden