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
Can I define a custom size for auto generated thumbnails on the Image Cropper as I can on the Upload Datatype...? - if so, how...?
Right now I've 2 x thumbnails generated: width 500px and width 100px
- I would like to also have 150px and 160px wide thumbnails... :|
Hi Robin,
You don't need to as you can request any size of image using the GetCropUrl method.
e.g. <img src='@Model.Content.GetCropUrl(width:150)'/> or <img src='@Model.Content.GetCropUrl(width:160)'/>
<img src='@Model.Content.GetCropUrl(width:150)'/>
<img src='@Model.Content.GetCropUrl(width:160)'/>
Jeavon
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Auto generated Thumbnail on Imagecrooper
Can I define a custom size for auto generated thumbnails on the Image Cropper as I can on the Upload Datatype...? - if so, how...?
Right now I've 2 x thumbnails generated: width 500px and width 100px
- I would like to also have 150px and 160px wide thumbnails... :|
Hi Robin,
You don't need to as you can request any size of image using the GetCropUrl method.
e.g.
<img src='@Model.Content.GetCropUrl(width:150)'/>
or<img src='@Model.Content.GetCropUrl(width:160)'/>
Jeavon
is working on a reply...