Project:AdaptiveTheme
Version:7.x-3.1
Component:Mobile
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
Screenshot_2013-01-20-10-15-25.png560.73 KB
Screenshot_2013-01-20-10-16-27.png975.95 KB

Comments

#1

Category:bug report» support request

Try setting:

img {
  height: auto !important;
}

In the CSS.

#2

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

#3

Status:active» fixed

Bra!

#4

Status:fixed» closed (fixed)

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