Norbert Torok

Results 6 comments of Norbert Torok

I have the same issue and seems like the problem is with the loop (at least in my case). The layout shift is caused by the slides added before and...

@dpw1 I checked my carousel and it has max height, so the issue is not caused by that. Also CLS is not only when you try to click on the...

Yes that is right, it does not causes a visual disruption... But if I run the performance profiling, under the experience summary I can see this: ![image](https://user-images.githubusercontent.com/20396500/104596154-4ea06500-567c-11eb-973a-61e620ccc059.png) I just try...

The solution doesn't work for me neither because I can have any number of slides from the back-end, I cannot hardcode it as left: 500%, that won't work for 2...

@AlexandrosGounis try to wrap your resizer handler like the code below. It solved my problem ``` {header.column.getCanResize() && ( )} ```