We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4153b8d + c0eb1c5 commit bb06d57Copy full SHA for bb06d57
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/media/class-filter.php
@@ -378,6 +378,8 @@ public function filter_out_local( $content ) {
378
}
379
380
$content = str_replace( $asset, $new_tag, $content );
381
+ // Additional URL change for backgrounds etc..
382
+ $content = str_replace( $url, $cloudinary_url, $content );
383
384
385
return $this->filter_video_shortcodes( $content );
0 commit comments