{{newin|[[0.10.0]]|100|type=function}}
Gets the width and height of the Video in pixels.
== Function ==
=== Synopsis ===
<source lang="lua">
width, height = Video:getDimensions( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|width|The width of the Video.}}
{{param|number|height|The height of the Video.}}
== See Also ==
* [[parent::Video]]
* [[Video:getWidth]]
* [[Video:getHeight]]
[[Category:Functions]]
{{#set:Description=Gets the width and height of the Video.}}
== Other Languages ==
{{i18n|Video:getDimensions}}