Hi Alon,
Based on the communication in the support ticket you've submitted about the same issue, I can see that you've managed to implement the targeted functionality in the application you are working on.
Just in case we can help someone else who wants to have the same behavior as yours, I will share the definition of the ImageEditor by which the targeted functionality can be implemented:
$("#imageEditor").kendoImageEditor({
imageUrl: "https://www.howtogeek.com/wp-content/uploads/2018/06/shutterstock_1006988770.png",
width: "100%",
height: 900,
saveAs: {
fileName: "image_edited.png"
},
messages: {
panes: {
crop: {
aspectRatioItems: {
"4:3": "4:3"
}
}
}
}
});
The code in yellow will define only one aspect ratio option in the "Crop" pane of the ImageEditor.
Regards,
Petar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.