Foogallery thumbnails
-
I have a site with about 1000 catalog items, and about 200 foogalleries. There is an index page where I list some of the items with a thumbnail image. I use the foogallery “featured_attachment” api to get the thumbnail image url. Problem is that the image url retuned is for the full size image, and I don’t want client side image sizing for a hundred images or more. I want the 150×150 image that wordpress creates when uploading media images. So I have been hacking the url with str_replace to get the 150×150 images. Obvious cludgy technique here… I would like a foogallery api like “featured_attachment_thumbnail” or something like that. Are you familiar with a scenario like this and have any suggestions?
- The topic ‘Foogallery thumbnails’ is closed to new replies.