Hello,
I have a template that looks like the following:
{exp:image_gallery}
{photos}
{exp:imgsizer:size src='{photo_filename}' width='200' height='200'}
{/photos}
{/exp:image_gallery}
In my ‘image_gallery’ module, I am doing variable substitution for {photos} and {photo_filename} variables. I’m trying to ‘pass’ the {photo_filename} to the ‘imgsizer’ plugin. However instead of passing the value of {photo_filename}, the string ‘{photo_filename}’ gets passed to the ‘imgsizer’ plugin.
I’ve tried adding the parse=’inward’ parameter to the image_gallery tag, but that didn’t work.
Any suggestions?
Thanks, Mike
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.