|
|
|
|
Determines if the video should maintain its original dimensions or if the video should be stretched to fill the video window dimensions.
Maintain Dimensions (Wasp Publisher control only)
The player can only be resized according to the source video's aspect ratio. If the dimensions of the source video and the video window are not the same (ratio), the source video will get "letterboxed" within the player.
Letterbox
The player can be resized to any dimension. If the source video and the video window dimensions are not the same, the video will get "letterboxed" within the window.
Stretch
The player can be resized to any dimension. The source video will get squished and / or stretched so that the video occupies the entire available space of the window.
Technical
Variable Name |
Options |
Description |
a |
0 |
Fit - Stretches the video to fit within the video window. |
|
1 |
Maintain - Maintains the source video dimensions. If the source video does not have the same aspect ratio as the video window, the source video will get centered within the window. The background color of the player will appear either above and below, or to the left and right of the video. |
Example Usage
HTML:
wasp.swf?a=0
XML:
<a>0</a>
JavaScript
waspConfigsXXXXXX.a="0";
.
Aspect Ratio |
|
|
|