cloudinary / cloudinary/js-url-gen
why image file extention removed?
Open
- 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.