Starting
September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details on how to update your integration to make this declaration.
VideoPlayerSize
Stay organized with collections
Save and categorize content based on your preferences.
Possible video player sizes.
Enums |
VIDEO_PLAYER_SIZE_UNSPECIFIED |
Video player size is not specified in this version. This enum is a place holder for a default value and does not represent a real video player size. |
VIDEO_PLAYER_SIZE_SMALL |
The dimensions of the video player are less than 400×300 (desktop), or up to 20% of screen covered (mobile). |
VIDEO_PLAYER_SIZE_LARGE |
The dimensions of the video player are between 400x300 and 1280x720 pixels (desktop), or 20% to 90% of the screen covered (mobile). |
VIDEO_PLAYER_SIZE_HD |
The dimensions of the video player are 1280×720 or greater (desktop), or over 90% of the screen covered (mobile). |
VIDEO_PLAYER_SIZE_UNKNOWN |
The dimensions of the video player are unknown. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-27 UTC.
[null,null,["Last updated 2025-03-27 UTC."],[],[],null,["# VideoPlayerSize\n\nPossible video player sizes.\n\n| Enums ||\n|---------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `VIDEO_PLAYER_SIZE_UNSPECIFIED` | Video player size is not specified in this version. This enum is a place holder for a default value and does not represent a real video player size. |\n| `VIDEO_PLAYER_SIZE_SMALL` | The dimensions of the video player are less than 400×300 (desktop), or up to 20% of screen covered (mobile). |\n| `VIDEO_PLAYER_SIZE_LARGE` | The dimensions of the video player are between 400x300 and 1280x720 pixels (desktop), or 20% to 90% of the screen covered (mobile). |\n| `VIDEO_PLAYER_SIZE_HD` | The dimensions of the video player are 1280×720 or greater (desktop), or over 90% of the screen covered (mobile). |\n| `VIDEO_PLAYER_SIZE_UNKNOWN` | The dimensions of the video player are unknown. |"]]