Skip to content

Commit fafc160

Browse files
committed
remove q_auto on videos
1 parent 4929432 commit fafc160

File tree

1 file changed

+0
-1
lines changed
  • cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php

1 file changed

+0
-1
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/class-media.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ public function apply_default_transformations( array $transformations, $type = '
497497
$global = $this->global_transformations->globals[ $type ];
498498
$default = array();
499499
if ( 'video' === $type ) {
500-
$default['quality'] = 'auto';
501500
if ( isset( $global['video_limit_bitrate'] ) && 'on' === $global['video_limit_bitrate'] ) {
502501
$default['bit_rate'] = $global['video_bitrate'] . 'k';
503502
}

0 commit comments

Comments
 (0)