Custom poster image
-
Hallo,
das thumbnail, das automatisch eingefügt wird ist ziemlich pixelig. Das kann ich bei einem integrierten Video mit 1200x720px wieder nicht verwenden. Ich habe folgendes gefunden, das funktioniert auch einwandfrei:
add_filter( ‘lyte_match_thumburl’, ‘lyte_my_own_thumburl’ );
function lyte_my_own_thumburl( $thumb ) {
return ‘Image URL’;
}Nur habe ich das Problem, dass ich drei verschiedene Videos auf der Webseite eingebaut habe. Wie kann ich bei jedem einzelnen Video das posterimage ersetzen?
Vielen Dank im Voraus und beste Grü?e
Jasmin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.