adjustWidth might be a bit to much out-there, since the layout of websites
often isn't meant to scale horizontally.

However you could of course add a containing div around your content, and in
your javascript on load handler do something like:
if ($(window).width() > 400) {
   $('containingDiv').setStyle({width:'400px'});
}

   -- Chris

On Fri, Jan 16, 2009 at 12:20 PM, doxtop doxtop <doxto...@googlemail.com>wrote:

> Hi
>
> I  have added my application on lokalisten.de for testing, they provide
> only 640px width and my application requires more than that and looks ugly
> on their sandbox. The same applciation looks nice on other containers. Is
> there any possibility to have adjustWidth like we have adjustHeight on
> opensocial.
>
> Any Ideas!
>
> Thanks in advance,
>
> Regards,
> doXtop
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to