Support Forum

reboot and large image spacing issue

32 Answers

New Answer

KV kvr28
kvr28
Member

reboot, ff, child theme, same with reboot core

rebootff.jpg

default theme, shades of grey, ff

defaultff.jpg
KV kvr28
kvr28
Member

the member posted several images in the thread which is linked above that is huge, here is a link to one of them

http://imagizer.imageshack.us/a/img266/5666/img20121013112808.jpg

it seems with reboot it looks fine horizontally but it is not adjusting spacing for vertical, the white spaces is where the height would be if the pictures rendered normally I believe

not sure if that makes sense

IK Ike
Ike
Member

It just occurred to me that this could also be a result of flex-wrap – The same as the mobile problem you had yesterday. A quick test locally and it does seem to solve it, but I wouldn’t like to say for sure that it’s the answer without further tests.

You’re welcome to help if you like, just add:

#spMainContainer .spTopicPostSection .spPostSection {
    flex-wrap: nowrap;
}

To the child stylesheet. In fact it would be really appreciated, run that and take a browse around a few topics, see if you notice any adverse effects!

IK Ike
Ike
Member

Don’t speak too soon! Let me know if you spot anything, I will give it a good test run after dinner.

KV kvr28
kvr28
Member

testing on pc and mobile and don’t see any issues

YS Yellow Swordfish
Yellow Swordfish
Member

So is this another case of Firefox being behind on Flex?

IK Ike
Ike
Member

Not sure since it’s a very specific but rare problem, so far only reported here and not noticed by any of us or other users. Although it could just be down to an unnecessary flex-wrap rule – you put these things in with the best of intentions you know 🙂

KV kvr28
kvr28
Member

I’ve been called strange before, I’m cool with that 🙂

KV kvr28
kvr28
Member

Is this something that will be in the next update or should I just leave it in the child theme?

IK Ike
Ike
Member

Well the change is in place and ticket in test – as long as we don’t find any knock on effects it will be included so keep in the child theme for now.

KV kvr28
kvr28
Member

Hey Ike, just a heads up, that code seemed to fix the issue with youtube videos as well on pc, for some reason though it does not on ipad, it’s still cut off

IK Ike
Ike
Member

OK Thanks for giving it a good test, and good to know about the YouTube videos.

Do you mean the YouTube videos specifically aren’t working on iPad? That could be down to browser specific rules. You could try adding this after the flex-wrap: nowrap; we put in place yesterday:

-webkit-flex-wrap: nowrap; /* Safari 6.1+ */

 

KV kvr28
kvr28
Member

The videos are cut off like this which was happening across all devices, after thinking about it I was using safari and forgot to test with mercury, I’ll take a look with that

youtube.jpg