Logo size: Edit the code
Posted: 27 Apr 2010, 15:27
What is the meaning of the numbers 20,15,70 in the code below? I want to resize my logo to the exact size so that it won't degrade in quality because of resizing.
For example, my logo is 283px x 66px. What numbers should I use?
Thank you.
Code: Select all
$this->Image($hD['logo'],20,15,70);
Thank you.