This topic is locked

Change Image size viewed on edit page

3/2/2015 6:28:42 AM
PHPRunner General questions
T
text author

Hi still using phprunner 5.3. How can I change the size of the image that is displayed on the edit page. Currently it defaults to actual image size.
If I inspect the html what is generated on the edit page is:
<img id="image_pphoto_1" name="value_pphoto_1" border="0" src="imager.php?table=person&amp;field=pphoto&amp;key1=6">
What I want is:
<img id="image_pphoto_1" name="value_pphoto_1" border="0" src="imager.php?table=person&amp;field=pphoto&amp;key1=6" height="167" width="217">
but I can't find the source file that I need to add the height and width parameters to.
Thanks
Richard