We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Committee accepts this.
Sorry, something went wrong.
ryanthompson591
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: