Skip to main content
Topic: Help! Attached Image Resize not working On Mobile (Read 1652 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Help! Attached Image Resize not working On Mobile

My attached images are not resizing on mobile. They work fine on PC. But as soon as I switch to mobile, the images would be all over the place. On mobile, the attached images come in scroll boxes that i need to scroll across to see the full image. How do i fix this?

Thanks in Earnest.

Re: Help! Attached Image Resize not working On Mobile

Reply #1

Are you referring to the attachment image thumbnails below a post?

Re: Help! Attached Image Resize not working On Mobile

Reply #2

Images do break the template.   :-X

In index.css, add:

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