Video lightbox not working

  • Posted in : Responsy WP
  • geea
    Participant

    I’ve tried showing a video in a lightbox in the gallery section as well as with the media box shortcode inside a post. I get the same error “Image cannot be loaded, make sure the path is correct”.

    This is the source code generated:

    As you can see, I’m using the embed link from youtube.
    Any ideas why it doesn’t work?

    Thanks.

    geea
    Participant

    Sorry, the code doesn’t seem to display correctly

    <div class="media-box inline-media-box "><img style="width: 200px;" alt="" src="http://graphicube.ro/wushu/wp-content/uploads/2013/06/Untitled.jpg">
    <div class="mask">
    <h3 class="title"></h3>
    <p><a rel="prettyPhoto" class="ico full video" title="" href="http://www.youtube.com/embed/eEQ2RW4P1QY"></a></div>
    </div>
    </div>

    Mehmet S.
    Keymaster

    Media Box shortcode:

    [media_box type="" hover_text="" alt="" title="" width="" align="" lightbox="" new_tab="" thumbnail="" src=""]
    
    type="" ... image, video, link
    align="" ... align-left, align-right
    lightbox="" ... yes or do not use
    new_tab="" ... yes or do not use
    
    Example:
    
    [media_box type="video" lightbox="yes" thumbnail="http://graphicube.ro/wushu/wp-content/uploads/2013/06/Untitled.jpg" src="http://www.youtube.com/embed/eEQ2RW4P1QY"]
    
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Responsy WP’ is closed to new topics and replies.