When checking the image size on a local machine (e.g., Mac finder). Or using our admin API:
cloudinary.v2.api.resource("public_id" ,function(res,err){console.log(res,err)});
The size of the image is with Bytes. However, in the UI:
The size is in Kibibyte.
You can translate the size using google here:
Comments
0 comments
Please sign in to leave a comment.