Okay
  Public Ticket #2045500
I've jhad to resubit a ticket because there was no clear way to reply back to your comment
Closed

Comments

  • kenalderton started the conversation

    This is in regards to a previouse to ticket:

    Public Ticket #2044996



    1) Video doesn't autoplay on mobile devices 2) The view album section doesn't display album on single page preview


    I had to submit a new ticket because I could see no clear way to reply to your comment.


    1) Could you please provide me with the exact code to use a fallback image for the video because I don't know what to do with the github link you provided me here:  https://github.com/pupunzi/jquery.mb.YTPlayer/wiki:


    2) There is a /discs folder with disc-01.html files there and no css styles for these files.  I intended to embed some html code in here.


  •  850
    Jelly replied

    1. Please replace

    <div class="playerVideo" data-property="{videoURL:'HFpou6izBQg',showControls:false,containment:'self',autoPlay:true, mute:false, startAt:0,opacity:1,ratio:'4/3', addRaster:true}"> <!-- Slider -->

    with

    <div class="playerVideo" data-property="{videoURL:'HFpou6izBQg',showControls:false,containment:'self',autoPlay:true, mute:false, startAt:0,opacity:1,ratio:'4/3', addRaster:true,mobileFallbackImage:'http://jellydemos.com/html/muziq/images/demo/bg-biography.jpg',useOnMobile:true}">

    It should be located on the line 101 of index-video.html.

    2. Are you referring to this demo http://jellydemos.com/html/muziq/muziq-electronic/albums.html?

    Best Regards,
    Jelly Team