XF 1.3 Images in Android

Cidrack

Active member
Licensed customer
Hi... in Android the images are so big, out of the screen....

How can I resolved this?

Thanks.
 
Which images exactly? It is something in your forum style? Or are you talking about user-submitted content like post attachments? Can you post a link showing the problem?
 
You've added custom CSS to give the images in a post a max-width of 800px (rather than the default 100%). I'd go back to the default.
 
You would need to add some extra CSS to apply the standard 100% limit based on the browser width (media tags).
 
Back
Top Bottom