Skip to content

Multiple rows (or columns) shown at glance #2

@x2nie

Description

@x2nie

Hi Yuriy !

I've made additional options/settings, which is: allowing multiple rows shown in carouselTicker on horizontal mode, or multi columns shown at vertical-scroll mode.

See my modification at my repository. It's just need to add one or two lines in JS.
image

I think my vertical mode experiment is perfect, because it doesn't require CSS3.
but the horizontal one (multiple rows) would break the requirement of modern IE (CSS 3).
It is because in multiple row, user will expect the items stacked from top-to-bottom then right, rather than left-to-right then down-the-rest-to-bottom.
There is another options to do, here : https://css-tricks.com/arranging-elements-top-bottom-instead-left-right-float , but I just picked what fills my own need.
I don't test it with IE, I just guessing that IE wouldn't suport that hack.

Anyway, I think I have messed the demo (index.html)
whenever you are okay, I will pull-request my work. Otherwise, I am okay if you git-cherry-pick that work. If you want to ignore all of my work, I also able to feel okay. 👍

Thanks you for sharing

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions