svga / SVGAPlayer-iOS

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。
http://svga.io
Apache License 2.0
1.09k stars 304 forks source link

iPhoneX以上屏幕svga动画不居中偏上且不能全屏显示 #148

Closed xprocwin7 closed 3 years ago

xprocwin7 commented 3 years ago

svga的大小是整个屏幕的大小,iPhoneX以上屏幕svga动画不居中偏上,且不能全屏显示,iPhoneX以下可以全屏显示,也能居中 不管在那个手机上,_videoSize的高度永远是1334

xprocwin7 commented 3 years ago

image

yangqingren commented 3 years ago

你好,根据描述无法定位具体问题,尝试使用 player.contentMode,或者提供更多信息

TZXZ commented 3 years ago

[self setContentMode:UIViewContentModeScaleAspectFit]; ?