Hi - I upgraded my site to Drupal7 and chose adaptive theme as my theme. I have made my own subtheme and almost everything is alright.

I upload my images to flickr. I use them on my site as embedded images. Now when I look at my site in my mobile phone (a Samsung Galaxy S3) the images get elongated, see attached screenshots. In my Drupal 6 site the pictures shrank to the right size and was also possible to change with zooming. In this theme they are not. Perhaps there is some setting I have missed, but if there is, I haven't found it. My site is at http://astanet.se.

Comments

Jeff Burnz’s picture

Category: bug » support

Try setting:

img {
  height: auto !important;
}

In the CSS.

AstaC’s picture

Yes! That seems to do the trick. Thank you very much.

Jeff Burnz’s picture

Status: Active » Fixed

Bra!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.