'All variants script
AutoScaleAll
If (Landscape = True) Then
If (ActivitySize < 6) Then
lottie.Width = 100%x
lottie.HorizontalCenter = 50%x
lottie.VerticalCenter = 50%y
splash_loading.HorizontalCenter = 50%x
splash_loading.Top = (lottie.Height + lottie.Top) * 1.05
Else
lottie.Width = 100%x
lottie.HorizontalCenter = 50%x
lottie.Top = 0
lottie.Height = 60%y
splash_loading.HorizontalCenter = 50%x
splash_loading.Top = (lottie.Height + lottie.Top) + 1%y
End If
End If