MyBB Community Forums

Full Version: Image scaling broken on Firefox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I've been modifying and testing a new theme on our forums and I want to use it with the classic postbit style. Everything else works fine but just today I ran into a problem with large images.

On classic postbit, images won't resize when viewed on Firefox but instead flow over and break the layout.
Works fine on Chrome and Edge. This doesn't seem to be an issue solely with this theme either.

I tried looking but didn't find any solution.

Thanks for any help
What I gathered from that link is that it could be fixed in some cases but at least I could not manage to implement a solution on my forums.

Any ideas?
I guess I'll just have to stick to the other postbit if nobody can solve this.
Please provide a forum url. Obviously the view has to be classic for guests for me to see the issue.

usually, you need to give the parent container a width and try setting images in the posts to display block.

Postbit classic scaling images on firefox http://www.leefish.nl/mybb/showthread.php?tid=6394:
Here is a link to a post with a large image.

http://fishflingers.co.uk/forum/thread-292.html
Ah yea, custom theme. Ask the theme builder.
Hmm ok. So anyone on this section able to help?

The theme in question is Duende by iAndrew.
Yes I've edited it a lot but none of my edits should interfere with the image scaling.
Do you have this line in your postbit_classic template?
<div class="post_body scaleimages" id="pid_{$post['pid']}">
Yes, it's there.
Pages: 1 2