Skip to content Skip to sidebar Skip to footer

Reduced Size Image Not Shown While Big Image Works

I really have no idea why it won't work, I did exactly same as other tutorials. Maybe the way I'm extracting image is the problem. I'm using imagekit and goose. Any help would be a

Solution 1:

according to discussion I had with you in discussion chat, the image url of thumbnail is:

<imgsrc="CACHE/IMAGE/http:/imgur.com/lalala/path/to/image.png">

which is wrong.

you need to fix the url and possibly also hand image file over to ImageSpecField so it can thumbnail correctly..

Post a Comment for "Reduced Size Image Not Shown While Big Image Works"