The solution temporary is make like this:
<div style="vertical-align: middle; widht:50px; height: 50px;
background-image: url('${owner.thumbnailUrl}'); background-repeat:no-
repeat;"></div>
The image display without problem. =P
On 30 mar, 16:09, Jota <[email protected]> wrote:
> yep... my application is being rendered with this huge url for images too...
>
> On Mon, Mar 30, 2009 at 3:57 PM, Badaro <[email protected]> wrote:
>
> > Same problem here.
>
> > No only that, but it's also changing all image URLs in my application
> > to something similar to this:
>
> >www.sandbox.orkut.gmodules.com/gadgets/proxy?refresh=86400&container=...
>
> > And right now, no image is displaying. :(
>
> > On Mar 30, 11:56 am, Jota <[email protected]> wrote:
> > > Is anyone with the same problem?
>
> > > Find below a piece of my code:
>
> > > <os:PeopleRequest key="friends" userId="@owner" groupId="@friends"
> > > filterBy="hasApp" />
> > > <script type="text/os-template">
> > > <div repeat="${friends}" class="user user_${Context.Index}">
> > > <div class="user_pic">
> > > <a onclick="selectFriend(${Context.Index})"
> > > href="javascript:void(0)" title="${Cur.name.givenName}
> > > ${Cur.name.familyName}"><img src="${Cur.thumbnailUrl}"/></a>
> > > </div>
> > > <p class="user_name">
> > > <a onclick="selectFriend(${Context.Index})"
> > > href="javascript:void(0)">${Cur.name.givenName}</a>
> > > </p>
> > > </div>
> > > </script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---