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
Crop Image datatype: How to access a cropped image ( added to Image media type )?
Hi!
I hope you saw my reply here.
/Thomas
Thank, but I need info for Razor script.
Hi Biagio,
You could do something like this to get the crop image in Razor
@foreach(dynamic myImages in Images.Children) { <img src="@(myImages.UmbracoFile.Replace(".jpg","_thumb.jpg"))"/> // _thumb being the crop image }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Crop Image datatype: How to access a cropped image ( added to Image media type )?
Crop Image datatype: How to access a cropped image ( added to Image media type )?
Hi!
I hope you saw my reply here.
/Thomas
Thank, but I need info for Razor script.
Hi Biagio,
You could do something like this to get the crop image in Razor
is working on a reply...