I'm trying to use Smart Image to resize images that are in the News module articles ... so in my News Detail template ive got this:
Code: Select all
{si_convert filter_resize='w,50'}
{$entry->content}
{/si_convert}Is that why this wont work ... and whats the workaround to make it work?!note, for security purposes we do not pass the content through smarty before displaying it. This is incase your articles can come from untrusted sources.
Thanks


