Skip to content

why image file extention removed? #600

@epubreader

Description

@epubreader

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions