Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: silber112 on December 20, 2017, 11:02:58 AM

Title: Post Resize
Post by: silber112 on December 20, 2017, 11:02:58 AM
Hello  :D

I have a little issue with the display of content in the post area. I have tried the default theme and a custom responsive theme but the issue remains..

When someone posts a image thats to big for the display it should resize, but instead it doesnt and you have to scroll to the sidess.. Happends a lot for users that use mobile phones..

How it looks in my forum: https://i.imgur.com/3fB8JW2.jpg
How it should look: https://i.imgur.com/iMYKOMz.jpg

Can I add some code somewhere to resize the content in the post area depending on the device?

Thanks  :D
Title: Re: Post Resize
Post by: Gwenwyfar on December 20, 2017, 11:12:42 AM
You can add this to your index.css:


.post_wrapper img {
max-width: 100%;
}



Edit: Changed class to include signatures.
Title: Re: Post Resize
Post by: silber112 on December 20, 2017, 12:28:33 PM
Quote from: Gwenwyfar on December 20, 2017, 11:12:42 AM
You can add this to your index.css:


.post_wrapper img {
max-width: 100%;
}



Edit: Changed class to include signatures.


Works great!  ;D

Do you know how to avoid that same issue in the log in form?
I attach a picture :)
Thanks
Title: Re: Post Resize
Post by: Gwenwyfar on December 20, 2017, 02:02:19 PM
:)

You should direct that problem to the author of your theme.
Title: Re: Post Resize
Post by: skb on December 20, 2017, 03:12:02 PM
This won't work for video attachment ?
Title: Re: Post Resize
Post by: silber112 on December 20, 2017, 05:52:48 PM
Quote from: Gwenwyfar on December 20, 2017, 02:02:19 PM
:)

You should direct that problem to the author of your theme.

It Happens with The curve theme Too :(
Title: Re: Post Resize
Post by: Gwenwyfar on December 20, 2017, 05:56:27 PM
Quote from: skb on December 20, 2017, 03:12:02 PM
This won't work for video attachment ?
?

Quote from: silber112 on December 20, 2017, 05:52:48 PM
It Happens with The curve theme Too :(
With the Responsive Curve mod?
Title: Re: Post Resize
Post by: silber112 on December 20, 2017, 07:32:53 PM
Just fixed it myself :)