mini K2 Thumbnail Proximity not working - missing images
- Posted by accounts vari (13) Offline
thanks but it doesn't work.
looking at the code by the browser I see that there is <img src = "/ / media/k2 / etc ....
11 years 2 weeks ago #7
by accounts vari
looking at the code by the browser I see that there is <img src = "/ / media/k2 / etc ....
Please Log in or Create an account to join the conversation.
- Posted by accounts vari (13) Offline
mmm, i think that there is a problem with template. but i don't know what
11 years 2 weeks ago #8
by accounts vari
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline
sorry how about to change with this one :
11 years 2 weeks ago #9
by TemplatePlazza
<img src="<?php echo resizeImageHelper::getResizedImage($item->image, $tmbWidth, $tmbHeight, $option); ?>"
Please Log in or Create an account to join the conversation.
- Posted by accounts vari (13) Offline
it uses this code but it doesn't work.
template is ok, it works in other system.
there is something in the system but i don't know what
11 years 1 week ago #10
by accounts vari
template is ok, it works in other system.
there is something in the system but i don't know what
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline
my bad, i mean change with this :
without the "/"
11 years 1 week ago #11
by TemplatePlazza
<img src="<?php echo resizeImageHelper::getResizedImage($item->image, $tmbWidth, $tmbHeight, $option); ?>"
without the "/"
Please Log in or Create an account to join the conversation.