cloudinary / cloudinary/js-url-gen

why image file extention removed?

Open
#600 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
55
Forks
11
PR merge metrics
No merged PRs in 30d

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 (

);
}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.