Comments Walton started the conversationJuly 22, 2016 at 1:25pmHiHow to choose the quality of the Youtube video background? It seems now the quality is a bit low. Sure we understand there is a balance between quality and speed. We would like to test it. Thanks. 850Jelly repliedJuly 22, 2016 at 3:17pmHi Walton,Go to this page: \storm-jellythemes\homepage-video.php and follow the document in here: https://github.com/pupunzi/jquery.mb.YTPlayer/wiki.You can focus quality setting: quality: ‘default’ or “small”, “medium”, “large”, “hd720”, “hd1080”, “highres”.Then insert it in this code: <section id="home-slider" class="player section" data-property="{videoURL:'<?php echo esc_js($video); ?>',containment:'self',autoPlay:true, mute:true, startAt:0,opacity:1,ratio:'4/3', addRaster:true}" style="background:url('<?php echo esc_url($image['full_url']); ?>') center center !important;">It will look like, I had add the hd720 in the code below: <section id="home-slider" class="player section" data-property="{videoURL:'<?php echo esc_js($video); ?>',containment:'self',autoPlay:true, mute:true, startAt:0,opacity:1,ratio:'4/3', addRaster:true, quality: 'hd720'}" style="background:url('<?php echo esc_url($image['full_url']); ?>') center center !important;">Best Regards,Jelly Team Sign in to reply ...
Hi
How to choose the quality of the Youtube video background? It seems now the quality is a bit low. Sure we understand there is a balance between quality and speed. We would like to test it.
Thanks.
Hi Walton,
Go to this page: \storm-jellythemes\homepage-video.php and follow the document in here: https://github.com/pupunzi/jquery.mb.YTPlayer/wiki.
You can focus quality setting:
Then insert it in this code:
It will look like, I had add the hd720 in the code below:
Best Regards,
Jelly Team