Karthik N
Karthik N
@kathiravank83 You have to disable it through the unite gallery that the carousel sits on. In the `.unitegallery({...})` function in [NewsCarouselWebPart.ts](https://github.com/OlivierCC/spfx-40-fantastics/blob/e16bbc4c222dbc1d800c62b4fad1d01edb3b034a/src/webparts/newsCarousel/NewsCarouselWebPart.ts#L115), add `gallery_mousewheel_role: "none"`.
@brendon111 I had success dong it through the unite gallery that the carousel sits on. In the `.unitegallery({...})` function in [NewsCarouselWebPart.ts](https://github.com/OlivierCC/spfx-40-fantastics/blob/e16bbc4c222dbc1d800c62b4fad1d01edb3b034a/src/webparts/newsCarousel/NewsCarouselWebPart.ts#L115), add `gallery_width: "100%"`. Incidentally, I also disabled the image...