ElkArte Community

Project Support => Support => Topic started by: shasha on December 14, 2015, 02:54:00 pm

Title: Help! Attached Image Resize not working On Mobile
Post by: shasha on December 14, 2015, 02:54:00 pm
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.
Title: Re: Help! Attached Image Resize not working On Mobile
Post by: Spuds on December 14, 2015, 02:55:44 pm
Are you referring to the attachment image thumbnails below a post?
Title: Re: Help! Attached Image Resize not working On Mobile
Post by: badmonkey on December 15, 2015, 07:19:03 am
Images do break the template.   :-X

In index.css, add:

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