Skip to content
New issue

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

videoDimensions or mediaDimensions documentation nuance #424

Open
jeffreycarlson opened this issue Nov 18, 2021 · 1 comment
Open

videoDimensions or mediaDimensions documentation nuance #424

jeffreycarlson opened this issue Nov 18, 2021 · 1 comment

Comments

@jeffreycarlson
Copy link

https://interactiveadvertisingbureau.github.io/SIMID/simid-1.0.1.html#simid-player-resize

dictionary MessageArgs {
  required Dimensions videoDimensions;
  required Dimensions creativeDimensions;
  required boolean fullscreen;
};

dictionary Dimensions {
  required long x;
  required long y;
  required long width;
  required long height;
};
mediaDimensions,
Media element size and coordinates.
creativeDimensions,
SIMID iframe size and coordinates.*
fullscreen,
Value is true when the ad is in fullscreen mode.

Should this be videoDimensions or mediaDimensions?

@wabiloo
Copy link

wabiloo commented Oct 16, 2024

See #292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants