Hi When I try to create a slideshow from my blogger-posts, it displays fine - only the images are horrible. It's upscaled thumbnails..
What am I to do? The right pictures are in the feed, but doesn't display? I found a similar topic here: http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/264246023049ac43/ab197f9e1e006b55?lnk=gst&q=blogger# But that doesn't solve my problem :-/ Here's the code: ------------------------------------------------------------------------------------------------ ----------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------- <!-- You are free to copy and use this sample in accordance with the terms of the Apache license (http://www.apache.org/licenses/LICENSE-2.0.html) --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/ > <title>Slideshow</title> <!-- Scripts for the slideshow --> <script src="http://www.google.com/jsapi" type="text/javascript"></ script> <script src="http://www.google.com/uds/solutions/slideshow/ gfslideshow.js" type="text/javascript"></script> <style type="text/css"> #picasaSlideshow { width: 600px; height: 800px; margin-bottom: 40px; padding: 5px; } </style> <script type="text/javascript"> /* * How to make a slideshow with a photo feed using our custom control. * To see the options, go here or click the docs link in the titlebar: * http://www.google.com/uds/solutions/slideshow/index.html */ google.load("feeds", "1"); function OnLoad() { var feed = "http://kaspere.blogspot.com/feeds/posts/default"; var options = { displayTime:2000, transistionTime:600, scaleImages:true, fullControlPanel : false }; var ss = new GFslideShow(feed, "picasaSlideshow", options); } google.setOnLoadCallback(OnLoad); </script> </head> <body style="font-family: Arial, sans-serif;border: 0 none;"> <div id="picasaSlideshow" class="gslideshow"><div class="feed- loading">Loading...</div></div> </body> </html> ----------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------- Regards from Denmark Kasper -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en