chenqingspring/react-lottie

Renderer Settings prop not passing to SVG

njw275 opened this issue · 2 comments

In my props I have:

rendererSettings: { preserveAspectRatio: 'xMidYMid slice'}

but in the inspector the svg from react-lottie looks like this:

Screen Shot 2019-10-10 at 10 11 06 AM

How do I correctly pass the aspect ratio?

Try this:
animationData: animationData.default

@alonle Thanks, your solution works fine for me! Docs should be updated I suppose?