I made a website where you can upload content.Today I coded it so that you can embed the posted content on Discord.For image threads it works fine, but video threads were more difficult.I got it to work for 1.0MB videos or smaller. Any video larger than that will not show up on Discord, just the link.What causes this limitation? My server or Discord?
oh, apparently it was because hadnt defined the dimensions of the video echo "<meta property='og:video:width' content='$width' />"; echo "<meta property='og:video:height' content='$height' />";Now the limit is about 5 mb.I guess my server is so slow that it takes Discord too long to get the video and it just gives up