Posted by AstaC on January 20, 2013 at 9:41am
4 followers
Jump to:
| 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.
| Attachment | Size |
|---|---|
| Screenshot_2013-01-20-10-15-25.png | 560.73 KB |
| Screenshot_2013-01-20-10-16-27.png | 975.95 KB |
Comments
#1
Try setting:
img {height: auto !important;
}
In the CSS.
#2
Yes! That seems to do the trick. Thank you very much.
#3
Bra!
#4
Automatically closed -- issue fixed for 2 weeks with no activity.