3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 626 Views |
-
Cropped image radius - is this possible?

26 August 2011 at 2:15pm
Hi There,
I am wanting to know if it is possible to upload images and then have a crop and radius (to make a circle) applied at the same time
i.e return $gd->croppedRadius(400,400);
Is this possible?
Any help would be greatly appreciated. Cheers!
-
Re: Cropped image radius - is this possible?

19 September 2011 at 1:13pm
To get it to work I just used CSS3
.executive-team-member {
height: 156px;
width: 156px;
-moz-border-radius: 78px;
-webkit-border-radius: 78px;
border-radius: 78px;
}
| 626 Views | ||
|
Page:
1
|
Go to Top |

