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