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.
Code: Select all
$this->Image($hD['logo'],20,15,70);
For example, my logo is 283px x 66px. What numbers should I use?
Thank you.