Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I need to make my media paths seofriendly e.g.
From: /media/1234/placeholder.jpg?crop=0.0326830719537591070&cropmode=percentage&width=750&height=501&rnd=131393151710000000&quality=85&bgcolor=ffffff
To: /media/1234/placeholder.jpg/0.0326830719537591070/percentage/750/501/131393151710000000/85/ffffff
What would be the best approach...?
Hi Robin,
I don't think this is possible... As you would have to re-write the source code for ImageProcessor which is what powers the ImageCropper control.
It works based on query string parameters. If you were to remove these then your crops wouldn't function as expected.
FYI:
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/image-cropper
Regards
Craig
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Urlrewrite media path
I need to make my media paths seofriendly e.g.
From: /media/1234/placeholder.jpg?crop=0.0326830719537591070&cropmode=percentage&width=750&height=501&rnd=131393151710000000&quality=85&bgcolor=ffffff
To: /media/1234/placeholder.jpg/0.0326830719537591070/percentage/750/501/131393151710000000/85/ffffff
What would be the best approach...?
Hi Robin,
I don't think this is possible... As you would have to re-write the source code for ImageProcessor which is what powers the ImageCropper control.
It works based on query string parameters. If you were to remove these then your crops wouldn't function as expected.
FYI:
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/image-cropper
Regards
Craig
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.