Okay
  Public Ticket #838829
Video Background
Closed

Comments

  • Walton started the conversation

    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.

  •  850
    Jelly replied

    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: 

    • 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