You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use a carousel with a setting of autoWidth: true,
and items: 3,
And it doesn't work.
dots are shown as the number of components and not (the number of components/3)
How can I arrange it to work?
Attached is a link to a sample code.
The need to use autoWidth: true,
is from 2 things-
The width of each element is not correct and they overlap each other.
I present the carousel inside PRIMENG's TAB.
Then the carousel sometimes gets each element width 0 and they appear on top of each other.
Thank you for your answer
The text was updated successfully, but these errors were encountered:
Hi,
I use a carousel with a setting of autoWidth: true,
and items: 3,
And it doesn't work.
dots are shown as the number of components and not (the number of components/3)
How can I arrange it to work?
Attached is a link to a sample code.
https://stackblitz.com/edit/angular-ivy-phtrhv?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.css
The need to use autoWidth: true,
is from 2 things-
Then the carousel sometimes gets each element width 0 and they appear on top of each other.
Thank you for your answer
The text was updated successfully, but these errors were encountered: