Closed GoogleCodeExporter closed 9 years ago
A max of 8 posts are grabbed to be shown as examples, and then they are
validated according to config. But by default, only posts that are deleted
aren't shown, so _perhaps_ that's the reason.
Why aren't them all shown in a single row? Well, that's how HTML works. You
said it yourself, the image couldn't fix, so it had to be moved down.
Original comment by asterixvader
on 15 Sep 2013 at 6:44
I figured that was the case, about the row thing. Any particular thing you
could change (or maybe I could, in the CSS or config, that I'm not noticing) to
allow all the images be on one row? I mean, even if it's just reducing the max
sample count by one, which should make it so you'll never get a second row.
Original comment by Grandmas...@gmail.com
on 16 Sep 2013 at 4:38
I can think of some ways to *always* show them in a single row (even if the
user resizes-down their browser window).
One would be placing the UL tag that holds the images within a DIV with
style="overflow-x:auto;height:215px;", and giving the UL a width of 1300px. A
scrollbar will show if the screen size is not big enough to hold all the images
in a row. The thing is that the bar will show anyway even if there are only 3
images. Javascript could take care of this.
The previous method would be simplier if you just gave the UL a width of
1300px, except that this only works nicely on Chrome.
A third method would be to use JS and zoom out the UL according to the window's
width. But if the window's width is too small, the images would be also very
small, and hard to see.
Original comment by asterixvader
on 16 Sep 2013 at 3:22
Hm...I see...
Well, thanks for the help. :)
Original comment by Grandmas...@gmail.com
on 17 Sep 2013 at 3:54
You're welcome~ Thanks to you too.
Original comment by asterixvader
on 17 Sep 2013 at 2:33
Original issue reported on code.google.com by
Grandmas...@gmail.com
on 4 Sep 2013 at 1:49Attachments: