Using a video box to autoplay a short mp4 video on a page. It looks fine on computer, but it seems that wix automatically downgrades to 360p when using the mobile viewer. What is the best way to prevent this from happening?
I’ve found the code related to it but unsure where to overwrite the “qualities”:
data-video-info=“{“fittingType”:“fill”,“alignType”:“center”,“hasBgScrollEffect”:”“,“bgEffectName”:”",“videoId”:“a3228a_839e0fa084f14268bd615908f28332af”,“videoWidth”:1200,“videoHeight”:1500,“qualities”:
[{“quality”:“360p”,“size”:103680,“url”:“video/a3228a_839e0fa084f14268bd615908f28332af/360p/mp4/file.mp4”},
{“quality”:“480p”,“size”:184320,“url”:“video/a3228a_839e0fa084f14268bd615908f28332af/480p/mp4/file.mp4”},
{“quality”:“720p”,“size”:414720,“url”:“video/a3228a_839e0fa084f14268bd615908f28332af/720p/mp4/file.mp4”},
{“quality”:“1080p”,“size”:1800000,“url”:“video/a3228a_839e0fa084f14268bd615908f28332af/1080p/mp4/file.mp4”}],
“isVideoDataExists”:“1”,“videoFormat”:“mp4”,“playbackRate”:1,“autoPlay”:true,“containerId”:“comp-lnkgs5ro”,“animatePoster”:“none”}"