Hello guys,

Im using this plugin to resize images and works great:
http://wordpress.org/extend/plugins/...image-resizer/

But is not working when I use images in excerpt.
Does someone have any idea how to fix this?
So the images resizes in both ways? the_excerpt and the_content

Thank you!

I found that If I change ncode-image-resizer/ncode-image-resizer.php:
PHP Code: 
add_filter('the_content''ncode_the_content',100); 
with this:
PHP Code: 
add_filter('the_excerpt''ncode_the_content',100); 
images in excerpt works fine, but inside the post don't.

ncode-image-resizer/ncode-image-resizer.php file code:
http://paste2.org/p/1996316

Please help...
Divvy Reviewed by Divvy on . How to resize images in the_excerpt? Hello guys, Im using this plugin to resize images and works great: http://wordpress.org/extend/plugins/ncode-image-resizer/ But is not working when I use images in excerpt. Does someone have any idea how to fix this? So the images resizes in both ways? the_excerpt and the_content Thank you! Rating: 5