Replies: 1
Is that possible to play the video in download page (not only show the download link)?
In sd-functions.php, i changed the code :
$download_links_str .= ‘<div><video width=”640px” height=”” controls=”controls” preload=”auto”><source src=”‘.esc_url($download_link).'” /></video>
It seems work, but only for small size video. Big size (like 50M) doesn’t work. What should i do?