I’m using the great tied entries plugin, but I’m running into some trouble in combination with the imgsizer plugin.
I’m using the imgsizer plugin within the tied entries plugin and that doesn’t seem to work.
Here is my code:
{exp:tied_entries entry_id="{entry_id}" tie=">artist-relationship<artworks" limit="" sort="asc" orderby="order_artworks"}
{exp:imgsizer:size src="{tied:image}" width="220" height="150" quality="80"}
{sized}
{/exp:imgsizer:size}
{/exp:tied_entries}What should I do to get this to work?