Here is the use case, I have images from very different sizes that I need to resize to a "mobile friendly" size. So I do getServingUrl to get something like: lh6.ggpht.com/asdfasdfasdfas
What I want is to append the =s300 to all my images so they display nicely on mobile, however, when an image is under 300px in any dimension, the url lh6.ggpht.com/asdfasdfasdfas=s300 returns 400. Is there any way to do this safely? I don't want to stretch the image, just to get the original in case s > original size. Any Suggestions? Regards, Andres -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
