小程序
小游戏
企业微信
微信支付
扫描小程序码分享
使用lottie-miniprogram,基础库2.10.4,导入动画后,设置Canvas大小后,动画大小变形,保持Canvas默认大小,就正常。
目前需要动画全屏播放,但是只有如下图大小。Canvas设置了width:100vw;height:100vh;
7 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
需要用js显示设置canvas大小
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
不止要设置css中的cavans宽度,也要设置节点
const canvas = res.node
canvas.width = 480
canvas.height = 800
html使用lottie是不是也会有这个问题?
需要设置下canvas的宽高,例
const dpr = wx.getSystemInfoSync().pixelRatio canvas.width = width * dpr canvas.height = canvasH * dpr
遇到相同的问题,有后续吗?
代码片段
https://developers.weixin.qq.com/s/n6ldUtmU7ggi
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
需要用js显示设置canvas大小
不止要设置css中的cavans宽度,也要设置节点
const canvas = res.node
canvas.width = 480
canvas.height = 800
html使用lottie是不是也会有这个问题?
需要设置下canvas的宽高,例
const dpr = wx.getSystemInfoSync().pixelRatio canvas.width = width * dpr canvas.height = canvasH * dpr
遇到相同的问题,有后续吗?
代码片段
https://developers.weixin.qq.com/s/n6ldUtmU7ggi
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/n6ldUtmU7ggi