I made a couple minor tweaks to ED Imageresizer. First, the config options no longer require any specific trailing slash format – the code itself will simply add or remove it as necessary. And second, I added a urldecode() into the mix when defining $this->image, so that %20's will be converted to spaces, etc.
Hey Wil,
I made a couple minor tweaks to ED Imageresizer. First, the config options no longer require any specific trailing slash format – the code itself will simply add or remove it as necessary. And second, I added a urldecode() into the mix when defining $this->image, so that %20's will be converted to spaces, etc.
-Brandon