make presto the default player
-
Hello, I use Retrotube theme on my tube website and it has a built-in video player ( I think it is Video.Js) and I wanna change to presto player so basically this doesn’t happen when you install the plugin only. as far as I know that I have to change a file called content_video_player.php and here is its code,
<?php
$content_video_player = new WPST_Content_Video_Player( $post->ID );
echo ‘<div class=”video-player”>’;
echo $content_video_player->get_content_video_player();
echo ‘</div>’;
so any suggestions on how this should be done?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘make presto the default player’ is closed to new replies.