Responsive images on OnePage

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 14, 2013 5:54 pm
Reply with quote
Report this post
Hi

I am having problems with adding images to the OnePage via Custom HTML module.

I shows up nicely on PC but is way to wide on mobile device.

I have searched the forum and tried this solution:

Override.css
img {min-width: 100%}

But its no good on my phone....

Anybody nows a fix?

http://hadbergs.dk.linux81.wannafindser ... gkMainbody
User avatar
Senior Boarder

teitbite
Thu Aug 15, 2013 1:05 am
Reply with quote
Report this post
Hi

Please replace Your code with:

Code: Select all
img {
    height: auto;
    width: 100%;
}
User avatar
Moderator

GK User
Thu Aug 15, 2013 7:53 am
Reply with quote
Report this post
Thanks :)

Worked like a charm
User avatar
Senior Boarder

teitbite
Thu Aug 15, 2013 5:46 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron