Hello @junaidbhura ,
Thank you for the pointers.
PS. We do use the following filter
add_filter( 'cloudinary_default_args', function ( $args ) {
$args['transform']['fetch_format'] = 'auto';
return $args;
} );
So one can say conditional fetch_format would help with the svg files.
At the moment all the svg images are delivered from cloudinary as raster formats despite the svg extension.
The second question is related to the use of Art Direction for a specific image: we defined some breakpoints with the respective image transformations in the cloudinary backend.
We would like to know how to retrieve this specific image with the respective transformations.
Thank you in advance.