0
Section#downloadresult
On my website the https://snapinsta.xyz download result section#downloadresult the video is 640×640 but I want result video 345×345 how to change it reference to https://downloadInstagramvideos.net/en
1 ответ
+ 1
v.style.height = "345px";
v.style.width = "345px";
Go and add these 2 lines after 270th line of your source code.