5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2334 Views |
-
Image Crop in Template

21 April 2011 at 12:48am
I love the $Image.SetSize(80,80) functions in template. I needed more options in template
.
1. How do I crop image from template. eg $Image.Crop(80,80)
2. As a work around I also tried using background image but I cannot not resize the image for background
<div style="background-image('$Image.URL'); height: 80px;">
-
Re: Image Crop in Template

21 April 2011 at 2:40am
Thanks swaiba
Worked like a charm
<% control Image %>
<img src="$CroppedImage(200,200).URL" alt="$Title" />
<% end_control %>I got this code before but did not specify right controller. In my case its <%control Photo %>
| 2334 Views | ||
|
Page:
1
|
Go to Top |


