How can I add a custom preview image via code? The following
echo insert_proplayer(
array(
"image" => "$preview_url",
"width" => "530",
"height" => "350"
),
"$video_url"
);
does not work, the default image is always shown instead of my custom one.
Any suggestion?