Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block "Slider" #34075

Open
Johanwalter opened this issue Aug 13, 2021 · 1 comment
Open

Block "Slider" #34075

Johanwalter opened this issue Aug 13, 2021 · 1 comment
Labels
New Block Suggestion for a new block [Type] Enhancement A suggestion for improvement.

Comments

@Johanwalter
Copy link

I often try to find a way to make a slider with Gutenberg, slider that could be on home page but also could be image slider in page.

Slide could have only images (like gallery or could be made from cover with possibility to include columns, heading, text, button, colum included

Options

  • choose number of slides
  • design of pagination from one slide to an other (bullet, dash, color etc…)
  • navigation arrow (dislpay or not, color)
  • automatic or manual slide,
    => if automatic speed
  • Full width, large width or custom width

Is there any chamce to consider to have a block "Slider" ?

@caseymilne
Copy link

Sliders are challenging to build because there are a lot of choices. The choice of which slider script to use for example. There is a plugin available called Gutenslider. My company also recently built one for private use. Displaying the slides in the editor is bit of a challenge. Gutenslider does a decent job of this, providing a block control to navigate between slides.

The slider included in WooCommerce is one I'd consider for this, I forget the name of it... might be SwiperJS? We made our version of a block slider with Splide which is a nice light-weight project, but unfortunately doesn't seem to be maintained anymore. Obviously for a core block it would be important that the slider script be stable and well supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Block Suggestion for a new block [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

4 participants