Update (post editor): Only forceResize for featured image, other images follow back size
This commit is contained in:
@@ -91,6 +91,7 @@ export default {
|
||||
this.isUploading = true;
|
||||
const formData = new FormData();
|
||||
formData.append("file", file);
|
||||
formData.append("forceSize", "true");
|
||||
|
||||
axios
|
||||
.post(route("api.admin.upload.cloud.image"), formData, {
|
||||
|
||||
Reference in New Issue
Block a user