I'm trying to create a background animation that uses a lottie that will behave like an image set to "cover" - i.e. it will crop the image as the page is resized so that it remains 100% of the height of the view.
https://codepen.io/michaelzero00/pen/KKXJjOg
I expected
preserveAspectRatio="xMinYMin slice"
to do this for me, but it's still resizing to maintain aspect ratio.