[SOLVED] CGSmartImage get only URL problem
Posted: Wed Feb 06, 2013 10:32 am
Hello
I found some problem with module and taking only URL to image from CGSI.
I tryed use code below.
But this dont work good, this add in href only address domain, or make some error and display only HTML code od frontend.
How to get only URL to generated imgage by CGSI?
Please help.

I found some problem with module and taking only URL to image from CGSI.
I tryed use code below.
Code: Select all
<a href="{CGSmartImage src=$file.url notag='' max_width='800' max_height='800'}">{CGSmartImage src=$file.url filter_croptofit='227,178,c'}</a>
How to get only URL to generated imgage by CGSI?
Please help.
