Okay
  Public Ticket #2690974
Video
Closed

Comments

  • Maciek started the conversation

    Hi,


    The gallery section works well with the Vimeo linksĀ but not with YouTube, using frame function makes the Soundlab rollover obsolete. Any suggestions?


    Thank you,

    M

  •  839
    Jelly replied

    Hello,

    Could you tell us which links do you use? Please try both (full and short one):

    https://www.youtube.com/watch?v=1l4rJZuS9jY
    

    and

    https://youtu.be/1l4rJZuS9jY
    

    Best Regards,
    Jelly Team

  •   Maciek replied privately
  •  839
    Jelly replied

    Instead of iframe please try this code:

    <div class="thumbnail video">
                <a href="https://www.youtube.com/embed/n6FxSdBgglU" class="swipebox"> 
                  <img src="images/gallery/herbie.jpg" alt="">
                  <div class="rollover">
                    <i class="video"></i>
                  </div>
                </a>            
              </div>
    

    Best Regards,
    Jelly Team

  •   Maciek replied privately
  •  839
    Jelly replied

    I used wrong youtube link. Sorry about that.

    Please use

    <div class="thumbnail video">
                <a href="https://www.youtube.com/watch?v=n6FxSdBgglU" class="swipebox"> 
                  <img src="images/gallery/herbie.jpg" alt="">
                  <div class="rollover">
                    <i class="video"></i>
                  </div>
                </a>            
              </div>
    

    Best Regards,
    Jelly Team

  • Maciek replied

    That works, thank you!

    M

  •  839
    Jelly replied

    Great! Please create a new ticket if you need our help in anything else.

    Best Regards,
    Jelly Team