diff --git a/ui-definitions/settings-video.php b/ui-definitions/settings-video.php index 674e0fe2a..4f417f2ee 100644 --- a/ui-definitions/settings-video.php +++ b/ui-definitions/settings-video.php @@ -85,7 +85,7 @@ 'default' => '500', 'suffix' => 'k', 'condition' => array( - 'video_limit_bitrate' => 'on', + 'video_limit_bitrate' => true, ), 'attributes' => array( 'data-context' => 'video', @@ -113,7 +113,7 @@ 'title' => __( 'Advanced optimization', 'cloudinary' ), 'collapsible' => 'open', 'condition' => array( - 'video_optimization' => 'on', + 'video_optimization' => true, ), array( 'type' => 'select',