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