Missy Master
06-29-2014, 12:37 PM
HOF can I get the code to reduce the image size for the pets in the stats page and the myadopts list of pets?
We had it for the earlier version but I am not sure where to do it here :)
This is what we used before on myadopts ...
$link = new Link("myadopts/manage/{$aid}", $adopt->getImage("gui"));
$link->getImage()->resize(150);
Thanks!!
We had it for the earlier version but I am not sure where to do it here :)
This is what we used before on myadopts ...
$link = new Link("myadopts/manage/{$aid}", $adopt->getImage("gui"));
$link->getImage()->resize(150);
Thanks!!