erskinedesign / ed.imageresizer.ee2_addon

EE2+ Version of the ED ImageResizer. Resizes, crops and caches images on the fly.
43 stars 12 forks source link

Couple minor tweaks #10

Closed brandonkelly closed 13 years ago

brandonkelly commented 13 years ago

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