Closed ianryde closed 13 years ago
Hi Ian, no problem: you can use the href_only parameter thus:
<li>
<a href="{exp:ed_imageresizer
image="{image}"
maxWidth="500"
maxHeight="500"
alt="{image_title}"
href_only="yes"
}" rel="prettyPhoto">
{exp:ed_imageresizer
image="{image}"
maxWidth="50"
maxHeight="50"
alt="{image_title}"
}
</a>
</li>
{/gallery}
Thank you for the lightning rapid response. Should have read the docs. :)
Have a good weekend...
Ian
I might be overlooking something but....
WIth prettyphoto, you have to place the resized large image within the href target as follows:
{gallery}
{/gallery}
Is there any work around for this.
Awesome plugin, really really useful!!!
Thanks, Ian