I see the plugin instructions:
{exp:imgsizer:size src="/images/news/moped.jpg" width="100"}
{sized}
<div>/div>
{/exp:imgsizer:size}
But I am trying to pull from an entry (this is a news summary):
{exp:channel:entries channel="this_channel" category="x" limit="1"}
<a href=”{path=this_template_group/index}”>
{exp:imgsizer:size src="{section_story_image}” width=“100” height=“100”}
{sized}
{/exp:imgsizer:size}
<a>
{/exp:channel:entries}
I have my file manager mapping to the assets_html folders (there are a bunch) on an Engine Hosting server. If I do not use any resizing my images show fine, but I need them to resize for the summary. In this instance how do I use ImgSizer? I have GD 2 enabled in my admin section. Any thoughts?