Quote:
Originally Posted by ndahiya
you can edit the xml file to specify the max dimensions in the img tag.... look for this code:
Code:
$template_hook['postbit_userinfo_right_after_posts'] .= '<dd> <img src=' . $post[profileurl] . ' ></dd>';
|
Thanks solved my problem with this thanks for help
Code:
$template_hook['postbit_userinfo_right_after_posts'] .= '<dd> <img height="200" width="170"
src=' . $post[profileurl] . ' ></dd>';