diff --git a/web/skins/classic/views/montage.php b/web/skins/classic/views/montage.php index 7d43eb1b2..3256cfcc8 100644 --- a/web/skins/classic/views/montage.php +++ b/web/skins/classic/views/montage.php @@ -231,8 +231,14 @@ foreach ( $monitors as $monitor ) { > 0) + $monitor_options['width'] = $monitor_options['width'].'px'; + if ($monitor_options['height'] > 0) $monitor_options['height'] = $monitor_options['height']?$monitor_options['height'].'px' : null; + } # end if $monitor_options['connkey'] = $monitor->connKey(); #ZM\Warning('Options: ' . print_r($monitor_options,true));