Look at this Blueprint-based website: motoyoyo.net It does not look right on an iPhone. The background image shrinks to fit on the iPhone, which is really gross looking.
Possible solution: The website could check to see if it is being viewed by an iPhone, and if so it could change the background image. All iPhones use the same viewport dimensions, so I could crop the background image to those dimensions. The problem: How will I do this? Javascript? What is the code I will use to sniff out iPhones and do the image swap? I have done Javascript image swaps, but I am not using an img tag this time so I do not know how to change the image using the DOM. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" 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/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
