chenqingspring / vue-lottie

Render After Effects animations on Vue based on Bodymovin
MIT License
1.31k stars 281 forks source link

Does vue-lottie support preserveAspectRatio like lottie-web? #59

Open blakete opened 3 years ago

blakete commented 3 years ago

Hello, I am trying to have my lottie animation embedded in my Vue page scale to fit its parent container. Although the SVG does scale, the internal animation preserves its aspect ratio. Is there a way around this like there is in lottie-web? Thank you!