Closed
Description
Noted some odd bug with an image ID containing a dot (i.e., "."):
Sample image URL:
Sample transformation:
buildUrl(encodePublicId, {
transformations: {
format: "auto",
quality: "auto",
resize: {
width: 1024,
height: 600,
type: "fill",
},
},
});
Observed
- The image url created is invalid (part ".1_v7gpvg" is replaced with "q_auto"