1125 Posts in 304 Topics by 428 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1448 Views |
-
Resizing picture in templete

14 March 2010 at 9:02pm Last edited: 14 March 2010 9:02pm
i am trying to resize a picture in template but it is giving me error
the code i have tried are$Photo.SetSize(80 , 80)
$Photo.SetSize(80, 80)
$Photo.SetSize(80,80)error i have received is
Missing argument 1 for Image::SetSize()
and
$Photo.PaddedImage(80, 80)
$Photo.PaddedImage(80,80)
$Photo.PaddedImage(80 , 80)the error i have received is
imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions
I am trying to resize the image without cropping it.
when i am calling only the variable its showing the picture
thank you in advance
-
Re: Resizing picture in templete

6 May 2010 at 12:27pm Last edited: 6 May 2010 12:30pm
Should work according to this:
http://doc.silverstripe.org/imageI'm too lazy to test this right now, sorry.
Another way to do this is through a conrol. Have a read of this:
http://www.ssbits.com/resizing-an-image-in-a-custom-img-tag/<% control Photo %>
<% control PaddedImage(80, 80) %>
<img src="$URL" alt="A cropped image" />
<% end_control %>
<% end_control %>Sorry about the late reply.
| 1448 Views | ||
|
Page:
1
|
Go to Top |


