• Resolved chrisdelaney81

    (@chrisdelaney81)


    Hello,
    I see from past support tickets that there are a couple of people having the same issue. On a mobile phone the video player opens in a very tinny player box. Was there any resolution for this? I’m having this same problem.

    I would like it to open larger or full screen. Or I ask to open in youtube as most videos do on the phone.

    I’m using WP 4.3 and the shortcode is:
    [video_lightbox_youtube video_id=”#######&rel=0″ width=”800″ height=”450″ auto_thumb=”1″]

    Any help would be great.

    Cheers,

    https://www.ads-software.com/plugins/wp-video-lightbox/

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

    (@mbrsolution)

    Hi, please read the following support thread. This thread should share some light about your issue.

    Thank you

    Thread Starter chrisdelaney81

    (@chrisdelaney81)

    That fix appeared to work. I would recommend including it as part of your next build for this plugin. Thanks.

    Plugin Support mbrsolution

    (@mbrsolution)

    I am happy to hear you fixed your issue ??

    Can you mark this support thread as resolved.

    Thank you

    Thread Starter chrisdelaney81

    (@chrisdelaney81)

    FROM: databell96

    Actually, no. I changed the setting in js/jquery.prettyPhoto.js inside of the free plugin. Changed this from 200 to 40 as the example shows:

    if((pp_containerWidth > windowWidth)){
    	imageWidth = (windowWidth - 40);
    	imageHeight = (height/width) * imageWidth;
    }else if((pp_containerHeight > windowHeight)){
    	imageHeight = (windowHeight - 40);
    	imageWidth = (width/height) * imageHeight;
    }else{
    	fitting = true;
    };

    Thread Starter chrisdelaney81

    (@chrisdelaney81)

    resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Video player size on mobile’ is closed to new replies.