Replies: 1 comment 1 reply
-
The image functionality included is very "developer centric", in other words its intention is to make it easy for the editor to just upload and use any image and easy for you as the developer to make sure the image is cropped and scaled to the correct size for any given context. For example, given any image field you can supply a For the Documentation on the media helper can be found here: https://piranhacms.org/docs/master/application/services/application-service |
Beta Was this translation helpful? Give feedback.
-
On the site Piranha CMS mentions IMAGE HANDLING: Built-in media library with scaling and cropping without losing focus of the important parts of you images.
I've included
options.UseImageSharp();
but I'm wondering is there somethign else I need to do? Do I need to configure something, my goal is for the user I'm creating this site for to be able to crop images in the Manager section so they don't need to be resized in another editor. Maybe this isn't possible or I need to develop something, but want to see what the options are.Thanks
Beta Was this translation helpful? Give feedback.
All reactions