Closed (fixed)
Project:
Premium Responsive
Version:
7.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2012 at 17:52 UTC
Updated:
17 Sep 2012 at 17:50 UTC
Hi,
i'm using Insert module to add pictures in body text. Everything works great on computer but when using mobile pictures in body dosent know that they should get smaller.. :) So is there a way to add pictures to body text and get them working mobile devices?
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 188.43 KB | LauriK |
Comments
Comment #1
sioux commentedI have this same issue, where a large image does not scale down when shrunk to mobile size. Any suggestion on how can I resolve this issue?
Comment #2
sioux commentedfound my problem. I was using a custom text input. I added some options to my text editor, and now I can style my image map with the class "scale-with-grid." Works perfectly. I love your theme. thank you!
Comment #3
LauriK commentedUsing commad like:
<img class="scale-with-grid" src="MyImage.jpg" alt="" />got my site working. So thank you for the hint. :)