frontenduser image property
frontenduser image property
Please can anyone help, i have created a image property in frontenduser which works fine, but is it possible to display it on screen on the change settings in a particular width and height and not used its original size?
-
- Forum Members
- Posts: 15
- Joined: Tue Nov 01, 2011 2:56 pm
Re: frontenduser image property
I used to do it with CGSmartimage
Here is the code i use:
Here is the code i use:
Code: Select all
{capture assign="photo"}{$entry->file_location}/{$entry->fields.image1->value}{/capture}
{CGSmartImage src=$photo filter_resize='h,300'}
Re: frontenduser image property
Code: Select all
{cgsi_convert}{$control->image}{/cgsi_convert}