i upload image use this method
FileRepository.createFile({ file })
and get info about this file by this method fileInformationForId
but fileUrl is returned with very bad resolution
i want to keep original resolution of images
how i make this ?
i upload image use this method
FileRepository.createFile({ file })
and get info about this file by this method fileInformationForId
but fileUrl is returned with very bad resolution
i want to keep original resolution of images
how i make this ?
There are options of sizes that you can choose from, please append ?size=full to get a bigger size and better quality
Options: FULL / LARGE / MEDIUM / SMALL