View Single Post
  #1  
Old 06-29-2014, 12:37 PM
Missy Master's Avatar
Missy Master Missy Master is offline
Pet-Sim.Online
 
Join Date: Jan 2010
Posts: 475
Gender: Unknown/Other
Credits: 76,138
Missy Master is an unknown quantity at this point
Default Image Size: Myadopts & Stats pages

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!!
Reply With Quote