Hi @Vins_Rubio
You could set the body to overflow hidden which would prevent scrolling while the preloader is on and then set it to overflow visible after. Then you would be able to make your Lottie position absolute size 100vw and 100vh changing to 100% of its container.
Hope that helps