Demolog
Demolog

Reputation: 105

Css/js-display only some element pagintion

https://gyazo.com/b19736ffc3a60add4e1039ca8fb95608

I need show only e.g 5 element

  • and when I will click » element i should scroll to the right site.

    I search solution as like

    https://gyazo.com/a6add8d1ce8c8323529921937021084e

    Can you show me simple example ?

    Upvotes: 0

    Views: 49

    Answers (1)

    Alexey G
    Alexey G

    Reputation: 1118

    you should use

    overflow:hidden;
    

    style for carousel wrapper like here

    Upvotes: 1

    Related Questions