FocalPoint / preferFocalPoint in Multiple Image Media Picker 3
Hi everyone
I'm not a real programmer and I do work so far most of the time directly in the settings-editor of the Umbraco backend.
In this case we use Umbraco 8.15.1 and we have enabled focal point for a Multiple Image Media Picker 3. But in the rendered template it has no effect at all. See the partly hidden Hero-Image (also per CSS) http://action.actnews.ch/artists/bowser-ch/
Uploaded picture in Umbraco:
I read a lot of forum posts, but I didn't get it work.
It tried also @img.First().GetCropUrl(width: 2000, height:1000, preferFocalPoint:true) and I created a image local crop for @img.First().GetCropUrl("fullWidthImage") und tried the UrlHelper method something like @Url.GetCropUrl(entry.LocalCrops, "fullWidthImage").
Update 21.01.2022: Meanwhile, we use with the Image Cropper, where the Focal Point works, but we can upload only one image and we can't reuse images from the media library, which is a disadvantage.
FocalPoint / preferFocalPoint in Multiple Image Media Picker 3
Hi everyone
I'm not a real programmer and I do work so far most of the time directly in the settings-editor of the Umbraco backend.
In this case we use Umbraco 8.15.1 and we have enabled focal point for a Multiple Image Media Picker 3. But in the rendered template it has no effect at all. See the partly hidden Hero-Image (also per CSS) http://action.actnews.ch/artists/bowser-ch/
Uploaded picture in Umbraco:
I read a lot of forum posts, but I didn't get it work.
Here's my relevant HTML-Razer-Code:
It tried also @img.First().GetCropUrl(width: 2000, height:1000, preferFocalPoint:true) and I created a image local crop for @img.First().GetCropUrl("fullWidthImage") und tried the UrlHelper method something like @Url.GetCropUrl(entry.LocalCrops, "fullWidthImage").
Do I need an extension like Heather in the following post wrote? https://our.umbraco.com/forum/umbraco-8/95932-getcropurl-returns-empty. I don't think I'm able to implement this.
Any help would be appreciated.
Thanks, Jan
Update 21.01.2022: Meanwhile, we use with the Image Cropper, where the Focal Point works, but we can upload only one image and we can't reuse images from the media library, which is a disadvantage.
is working on a reply...