Skip to main content
Topic: images too big for mobile devices (Read 1349 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

images too big for mobile devices

Doesn't look too good. Is there any way to prevent this from happening? Can I set a maximum size for images on mobile devices which is the actual mobile device's screen resolution?

Re: images too big for mobile devices

Reply #1

in custom.css:

Code: [Select]
img
{
max-width: 98%;
height: auto;
}



You can adjust the max width to fit your taste.   ;)