-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
why image file extension removed when I use cloudinary react?
but nodejs api contains file extension, for example ".jpg"
`export default function AvatarImage({ photo, width, height }) {
const { public_id: publicId, version } = photo;
const cloudinaryImage = cld.image(publicId);
cloudinaryImage
.resize(scale().width(width).height(height));
return (
<AdvancedImage cldImg={cloudinaryImage} width={width}
height={height}
alt={`Image ${publicId}`} />
);
}`
Metadata
Metadata
Assignees
Labels
No labels