You get that scrollbar at bottom of forum even when viewing a page without an image listed. Use this site and pick smallest mobile phone called Apple iPhone 5:
http://mobiletest.me/
http://mobiletest.me/iphone_5_emulator/ ... com/phpBB/
How does 3.1 handle image attachments?
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Re: How does 3.1 handle image attachments?
A bit relevant to horizontal scrollbar issues:
https://area51.phpbb.com/phpBB/viewtopi ... 09#p264909 The post above doesn't have any images but also causes a horizontal scrollbar to appear on my Sony Xperia S.
However, I cannot reproduce it with my desktop's browser (by rezising the window). I could do that for the image attachments.
https://area51.phpbb.com/phpBB/viewtopi ... 09#p264909 The post above doesn't have any images but also causes a horizontal scrollbar to appear on my Sony Xperia S.
However, I cannot reproduce it with my desktop's browser (by rezising the window). I could do that for the image attachments.
Re: How does 3.1 handle image attachments?
I don't see that on my iPhone (viewing same topic as you).
Has an irascible disposition.
Re: How does 3.1 handle image attachments?
Chrome on my iPhone is also fine, does not reproduce the reported issue.
Has an irascible disposition.
Re: How does 3.1 handle image attachments?
I looks good on android default browser.
My mods:
Auto Backup [MODDB] | Reputation System [RC]
Auto Backup [MODDB] | Reputation System [RC]
Re: How does 3.1 handle image attachments?
I was using Chrome mobile. I haven't tested it with any other mobile device (only with the aforementioned Xperia S which has Android OS), but I thought it was weird that I couldn't reproduce it with Firefox on my desktop...
- DavidIQ
- Customisations Team Leader
- Posts: 1905
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: How does 3.1 handle image attachments?
Hmmm...I see it too using the stock browser on my HTC One (M8)
- Attachments
-
- 2014-06-19 12.10.16.png (692.78 KiB) Viewed 424 times
Re: How does 3.1 handle image attachments?
Fix:
Code: Select all
.postbody img.postimage {
box-sizing: border-box;
max-width: 100%;
}
Sorry for my English.
Re: How does 3.1 handle image attachments?
That one is a different case, because it has an image attachment. VSE has already made a pull request for that: https://github.com/phpbb/phpbb/pull/2609DavidIQ wrote:Hmmm...I see it too using the stock browser on my HTC One (M8)
This one - that so far I am the only one who has a 'problem' with - doesn't have any images: https://area51.phpbb.com/phpBB/viewtopi ... 09#p264909