Allow Custom Sizes
-
Please add the following code right after extracting the attributes in get_images(). This will allow people to specify their own sizes in the credit table eg 64×64
if(stripos($size,’x’)!==false)
{
$size = explode(‘x’,$size);
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Allow Custom Sizes’ is closed to new replies.