Google Ajax Feed API
Google released a free Ajax-based slideshow. I wrestled with that thing for about 45 minutes. My images were super blurry and small. After poking around, I figured out the problem. This was written as an RSS Feed handler so by default it brings over images as thumbnails. So, assuming you're using an RSS feed to "feed" this, the solution is simple. To correct this, you need to grab the gfslideshow.js file, store it locally and change line 48:
My buddy Eric Fetter is now specializing in Bankruptcy Law.
Google released a free Ajax-based slideshow. I wrestled with that thing for about 45 minutes. My images were super blurry and small. After poking around, I figured out the problem. This was written as an RSS Feed handler so by default it brings over images as thumbnails. So, assuming you're using an RSS feed to "feed" this, the solution is simple. To correct this, you need to grab the gfslideshow.js file, store it locally and change line 48:
GFslideShow.MRSS_THUMBNAIL_TAG = "thumbnail";to:
GFslideShow.MRSS_THUMBNAIL_TAG = "content";That's it.
I built the slideshow for this client: Russian Ballet of Orlando.
My buddy Eric Fetter is now specializing in Bankruptcy Law.
Comments
Rad on 12/23/2009 14:45
Hi,
I am creating a slideshow for a website and having a similar problem - the images are small and blurry. I am not sure how to grab the .js file and change the code. Would i have to keep this .js file local or ftp it to the website server?
Pls advise!
Rad


