iam useing this and its usefull also .
in the same file and the same code just find this code :-
PHP Code:
return '<img src="' . $link . '" border="0" alt="" />';
replace it with :-
PHP Code:
return '<div style="width: 800px; overflow: auto;"><img src="' . $link . '" border="0" alt="" /></div>';
it will give u a frame on large pictures and will save ur style as it is .
just choose the width as u want the picture to be shown and thats all ...
any way i will try ur code also