Carousel option is unclickable for option with short name
See original GitHub issueScreenshots
Version
npm package v: “4.10.0”
Describe the bug
Carousel option is unclickable for option with short name
Steps to reproduce
Need to add as much option for the user to see the carousel (provide name as short as you can, one letter for ex), then there is arrows on both sides which comes on hover, and DIV with className=‘slider’ is hovering almost first element , and if you scroll to the end right arrow div hovers last element as it is hard to click it added colors to the div so it easier to see what I mean
Expected behavior
div should be smaller, perfectly the size as the arrow and do not block user to choose the option
Additional context
[Bug]
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (8 by maintainers)
Top Results From Across the Web
How to Make Homepage Carousel Un-clickable?
If you want carousel to be un-clickable, you can use the following simple code on the slider that would make it un-clickable.
Read more >Fixing greyed-out .owl-carousel div - Stack Overflow
My problem is the carousel class doesn't work. When I remove the class owl-carousel , I can see the pic. I have the...
Read more >Publish settings for SCORM greyed out — ROCKSTARS Community
The most common reason is when there are pages with the same name. This generates a warning during the error check specifying there...
Read more >Slider, Gallery, and Carousel by MetaSlider – Responsive ...
The best slider, gallery, and carousel plugin for WordPress. Responsive and easy to use with images, videos, post feed, products, and layers.
Read more >Bootstrap - Quick Guide - Tutorialspoint
It includes predefined classes for easy layout options, as well as ... <meta name = "viewport" content = "width = device-width, initial-scale =...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Quirinevwm do you like this one?
The flipper buttons are placed in padded space outside of the first and last element:
Alignments:
The flipper buttons will be hidden if they are no longer needed:
For a closer look, the highlighted parts are the bounding box of the flipper button, both yellow and blue. As soon as the user clicks on either yellow or blue part, it activates the flipper button.
Based on discussion above, I think it’s good to go with @compulim’s solution since it will fix the original problem. In terms of fine-tuning the UX, maybe after this change has been implemented we could all meet again for design tweaking. Thoughts?