diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php
index 59204e656..e4fe59d60 100644
--- a/e107_handlers/e_parse_class.php
+++ b/e107_handlers/e_parse_class.php
@@ -5112,6 +5112,11 @@ class e_parse
$height = varset($parm['h'], 240);
$mime = varset($parm['mime'], 'video/mp4');
+ if($height === 0)
+ {
+ $height = 'auto';
+ }
+
return '