spfx-40-fantastics icon indicating copy to clipboard operation
spfx-40-fantastics copied to clipboard

News Carousel Web Part - Image zooms out when scrolling the page

Open kathiravank83 opened this issue 6 years ago • 5 comments

I have used the news carousel webpart to show the image and text. The image get zooms out while scrolling the page. Are there any way to stop zooming?

kathiravank83 avatar Jun 26 '18 16:06 kathiravank83

@kathiravank83 You have to disable it through the unite gallery that the carousel sits on. In the .unitegallery({...}) function in NewsCarouselWebPart.ts, add gallery_mousewheel_role: "none".

pinkflag avatar Jul 10 '18 18:07 pinkflag

Thanks @pinkflag I have updated the code and package the solution. After deployed the package, i could not able to load the news carousel webpart. below is the error message

_> https://spfx40fantastics.azureedge.net/spfx40fantastics/unitegallery_b8546721d49d6e87788e219d916450cc.js' for resource 'unitegallery' in component '3f378f3d-733d-34b6-8470-17317bb0b275' (NewsCarousel). There was a network problem.

This may be a problem with a HTTPS certificate. Make sure you have the right certificate. _

image

I was referring this issue https://github.com/OlivierCC/spfx-40-fantastics/issues/35 which is similar. referred the CDN path are exactly same. what is suppose to do to make it work?

kathiravank83 avatar Jul 10 '18 18:07 kathiravank83

Same issue here.

AltruisticNerd avatar Jul 24 '18 19:07 AltruisticNerd

@pinkflag Could you help me on this issue?

kathiravank83 avatar Jul 25 '18 15:07 kathiravank83

Use your own cdn or SharePoint library to host updated files

a-kitaev avatar Aug 20 '18 19:08 a-kitaev