Re: [css-d] Unresponsive images

2013-06-11 Thread David Laakso
On Mon, Jun 10, 2013 at 7:37 PM, David Hucklesby huckle...@gmail.com wrote: Coming late to the party, I'm attempting my first mobile first design. Having trouble with this code for images on iPad: .col div img { width: auto; height: auto; max-width: 100%; max-height:

Re: [css-d] Unresponsive images

2013-06-11 Thread David Hucklesby
On 6/10/13 10:46 PM, Philippe Wittenbergh wrote: Le 11 juin 2013 à 14:35, David Hucklesby huckle...@gmail.com a écrit : Discouraging, as this is my first attempt - and I don't know how to inspect a web page on iPad to find out what's what. Connect the iPad via USB to your machine then call

[css-d] Unresponsive images

2013-06-10 Thread David Hucklesby
Coming late to the party, I'm attempting my first mobile first design. Having trouble with this code for images on iPad: .col div img { width: auto; height: auto; max-width: 100%; max-height: 100%; } Here's what I see on my iPad:

Re: [css-d] Unresponsive images

2013-06-10 Thread Philippe Wittenbergh
Le 11 juin 2013 à 08:37, David Hucklesby huckle...@gmail.com a écrit : Coming late to the party, I'm attempting my first mobile first design. Having trouble with this code for images on iPad: .col div img { width: auto; height: auto; max-width: 100%; max-height: 100%; }