Support » Plugin: WP Video Lightbox » Vimeo auto thumbnail

  • Resolved Mbangayan

    (@mbangayan)


    Hi guys.

    I’m probably doing something wrong but when i follow the shortcode the vid doesn’t show a auto thumbnail but a playbutton.

    this is the code
    [video_lightbox_vimeo5 video_id=”155695752?” width=”800″ height=”450″ auto_thumb=”1″]

    I just want it like the normal way embed vimeo but when clicking the lightbox works

    who can help me 🙂

    https://wordpress.org/plugins/wp-video-lightbox/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, your shortcode looks correct. Make sure that the ID is correct.

    Can you check and confirm that you have enabled prettyPhoto in the wp video lightbox settings?

    Thread Starter Mbangayan

    (@mbangayan)

    Hi mbrsolution.

    Yes prettyphoto is enabled. It actually works fine but the thumbnail is just a white with play button. I would like to have normal thumbnail like the example. This is so people know they can press play.

    Plugin Support mbrsolution

    (@mbrsolution)

    Can you share your URL. I would like to check.

    Thank you

    Thread Starter Mbangayan

    (@mbangayan)

    Hi yes..

    http://www.mamadjambos.nl

    The left is without lightbox the right is what i mentioned

    its a lil bit down the home page..

    Plugin Support mbrsolution

    (@mbrsolution)

    Thank you for sharing the link above. I can see that in your URL above, the play button is outside of the video clip.

    I just carried out a test using your shortcode above and it works for me in my testing platform. The only changes I made to the shortcode is I removed the ? mark at the end of the ID number. See below.

    [video_lightbox_vimeo5 video_id=”155695752″ width=”800″ height=”450″ auto_thumb=”1″]

    Thread Starter Mbangayan

    (@mbangayan)

    thank you!!

    the ? was the issue :S hehehe

    thanks a lot!!

    p.s. now the thumbnail size is too small 🙁

    Plugin Support mbrsolution

    (@mbrsolution)

    What are your default settings in the plugin back-end settings?

    Hi,

    I also have the same problem. the default settings are :

    $.prettyPhoto = {version: ‘3.1.6’};

    $.fn.prettyPhoto = function(pp_settings) {
    pp_settings = jQuery.extend({
    hook: ‘rel’, /* the attribute tag to use for prettyPhoto hooks. default: ‘rel’. For HTML5, use “data-rel” or similar. */
    animation_speed: ‘fast’, /* fast/slow/normal */
    ajaxcallback: function() {},
    slideshow: 5000, /* false OR interval time in ms */
    autoplay_slideshow: false, /* true/false */
    opacity: 0.80, /* Value between 0 and 1 */
    show_title: true, /* true/false */
    allow_resize: true, /* Resize the photos bigger than viewport. true/false */
    allow_expand: true, /* Allow the user to expand a resized image. true/false */
    default_width: 500,
    default_height: 344,
    counter_separator_label: ‘/’, /* The separator for the gallery counter 1 “of” 2 */
    theme: ‘pp_default’, /* light_rounded / dark_rounded / light_square / dark_square / facebook */
    horizontal_padding: 20, /* The padding on each side of the picture */
    hideflash: false, /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */
    wmode: ‘opaque’, /* Set the flash wmode attribute */
    autoplay: true, /* Automatically start videos: True/False */
    modal: false, /* If set to true, only the close button will close the window */
    deeplinking: true, /* Allow prettyPhoto to update the url to enable deeplinking. */
    overlay_gallery: true, /* If set to true, a gallery will overlay the fullscreen image on mouse over */
    overlay_gallery_max: 30, /* Maximum number of pictures in the overlay gallery */
    keyboard_shortcuts: true, /* Set to false if you open forms inside prettyPhoto */
    changepicturecallback: function(){}, /* Called everytime an item is shown/changed */
    callback: function(){}, /* Called when prettyPhoto is closed */
    ie6_fallback: true,
    markup: ‘<div class=”pp_pic_holder”> \

    …but when I change the default width and the height, it does nothing.

    Plugin Support mbrsolution

    (@mbrsolution)

    @kmartinezmoctez can you start a new support thread please.

    Thank you

    I just did.

    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Vimeo auto thumbnail’ is closed to new replies.