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

    (@mbrsolution)

    Hi, can you try the following test. Use one of WordPress default themes like Twenty Fifteen? This would let you know if it is your theme causing this issue or not.

    Thread Starter databell96

    (@databell96)

    Same deal on TwentyFifteen. Very tiny.

    Plugin Support mbrsolution

    (@mbrsolution)

    I checked your URL on my mobile phone. Yes it is small but if you click on the play button then you have the option to click on maximize on the right hand corner. Does this help you or you would like to have the popup window display larger on small devices even though you can click on maximize button?

    Thread Starter databell96

    (@databell96)

    Larger. Definitely would like it to display larger. The maximize button does not really help. Trying to make it easier for our audience to have it as large as possible on a small device.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi the plugin developers will investigate further your issue/ request.

    Thank you

    Plugin Author wptipsntricks

    (@wptipsntricks)

    @databell96, Unfortunately the prettyPhoto library is not fully responsive. If you need a better responsive option please take a look at our Lightbox Ultimate plugin:

    http://www.tipsandtricks-hq.com/wordpress-lightbox-ultimate-plugin-display-media-in-a-fancy-lightbox-overlay-3163

    Thread Starter databell96

    (@databell96)

    I purchased Lightbox Ultimate yesterday, but quite frandkly, this may be too much. First off, the shortcode isn’t the same, so I have to redo them all. Plus, one thing I did like about WP Vidso Lightbox was the fact it automatically pulled the poster image off of the YouTube video. Very handy. However, in Lightbox Ultimate, I have to actually create an image and paste the URL to the image into the shortcode. We want to automate this as much as possible, and this doesn’t really help. Yes, it does give you many more lightbox options, but at a price.

    @databell96 – looking at your example link it seems to be working the way you wanted. How did you resolve this? Lightbox Ultimate?

    Thread Starter databell96

    (@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;
    					};

    Not going to used the Ultimate Lightbox plugin after all now that this works. Is it possible to get a refund?

    Plugin Author wptipsntricks

    (@wptipsntricks)

    @databell96, Please contant support:

    http://support.tipsandtricks-hq.com/

    Automatic thumbnail option is also supported in the Ultimate version. You just need to set the auto_thumb flag in the shortcode (same as video lightbox):

    http://lightbox.tipsandtricks-hq.com/lightbox-ultimate-demo/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘prettyPhoto too tiny (but pretty) on phone devices’ is closed to new replies.