You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1106,7 +1106,7 @@ function ( $item ) use ( $crop ) {
1106
1106
// Use current sources, but convert the URLS.
1107
1107
foreach ( $sourcesas &$source ) {
1108
1108
if ( ! $this->is_cloudinary_url( $source['url'] ) ) {
1109
-
$source['url'] = $this->convert_url( $source['url'], $attachment_id, $transformations, true ); // Overwrite transformations applied, since the $transformations includes globals from the primary URL.
1109
+
$source['url'] = $this->convert_url( $source['url'], $attachment_id, $transformations, $image_meta['overwrite_transformations'] ); // Overwrite transformations applied, since the $transformations includes globals from the primary URL.
0 commit comments