16 messages in com.googlegroups.google-picasa-data-apiRe: how to actually display full size...
FromSent OnAttachments
TakT12 Apr 2007 14:36 
Sven12 Apr 2007 15:47 
DOH16 Apr 2007 17:51 
Timothy.Broder17 Apr 2007 11:46 
DOH17 Apr 2007 12:34 
Sven18 Apr 2007 09:20 
DOH19 Apr 2007 12:29 
Sven19 Apr 2007 13:36 
DOH19 Apr 2007 13:48 
Sven02 May 2007 11:41 
Jurgen08 May 2007 02:24 
robl...@gmail.com08 May 2007 10:11 
Sven08 May 2007 11:55 
redsweater08 May 2007 16:46 
Sven09 May 2007 10:29 
redsweater09 May 2007 14:41 
Subject:Re: how to actually display full size picture from picasa in browser
From:Sven (s.@google.com)
Date:04/12/2007 03:47:13 PM
List:com.googlegroups.google-picasa-data-api

Hi TakT,

Currently you cannot display a full size photo in a browser through picasa, you have to send the user to picasa to show them the photos. The largest embeddable size is currently 800 pixels, the easiest way to get this right now is to go to http://picasaweb.google.com, navigate to a photo, and choose "link to this photo" from the sidebar. We're working on making this easier to do through the API, with a programmer-friendly version of "link to this photo", stay tuned!

On 12/04/07, TakT <tkat@gmail.com> wrote:

How to actually display full size picture from picasa?

When I create an url from here:

<media:content url="http://lh4.google.com/image/xxxxxx/yyy/AAAAAAAABnw/ d1AI4HjRvZ4/P1040239.JPG" type="image/jpeg" medium="image" />

like

<img src="http://lh4.google.com/image/xxxxxx/yyy/AAAAAAAABnw/ d1AI4HjRvZ4/P1040239.JPG">

browser does not show anything, but from here:

<media:thumbnail url="http://lh4.google.com/image/xxxx/yyy/AAAAAAAABnw/ d1AI4HjRvZ4/P1040239.JPG?imgmax=288" height="216" width="288" />

<img src="http://lh4.google.com/image/xx/yyy/AAAAAAAABnw/d1AI4HjRvZ4/ P1040239.JPG?imgmax=288">

it works...

Thank you!