If data item has only one, it will always show " option 'items' in your options is bigger than number of slides; "
See original GitHub issueI always receive log like this when my carouselData has the only item.
carouselData: CarouselData[] = [
{ id: 'slide-1', text: 'Slide 1 HM', dataMerge: 2, width: 300, dotContent: 'text1'}
];
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Owl carousel still transitions when only 1 slide in carousel
I noticed that the problem with Owl Carousel and only one item is that the item doesn't show if you want the carousel...
Read more >Options | Owl Carousel | 2.3.4 - GitHub Pages
items. Type: Number Default: 3. The number of items you want to see on the screen. ... Fit merged items if screen is...
Read more >Change the order in which stacked objects, placeholders, or ...
To reorder objects on a slide, right-click the object (or set of grouped objects), and then click Bring to Front or Send to...
Read more >Menus - Android Developers
The options menu is the primary collection of menu items for an activity. It's where you should place actions that have a global...
Read more >Color Palettes and Effects - Tableau Help
All marks have a default color, even when there are no fields on Color on the Marks ... In Tableau Server or Tableau...
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 Free
Top 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
New 2 versions
v0.1.1
for Angular 6 andv1.0.2
for Angular 7 disable logging on production automatically.For now it’s not possible.
Anyway, it’ll be needed to pass environment into library for disabling logging in production mode. When
enviroment.production
istrue
, logging will be disabled. Realizing this feature will take some time.