Hello everyone,
I am using image cropping tools moocrop for cropping image.
I would like to know the meaning of
crop.php is for php page or can i use in html with know about php?
i have a problem with this.Image can not crop.
Thanks and Regards,
Yan Paing
I am using image cropping tools moocrop for cropping image.
I would like to know the meaning of
Code:
crop5.addEvent('onDblClk', function(img,crop,bound){
$('cropped').src = "[B][I][U]crop.php[/U][/I][/B]?w="+crop.width+"&h="+crop.height+
"&x="+crop.left+"&y="+crop.top;
i have a problem with this.Image can not crop.
Thanks and Regards,
Yan Paing
Comment