• Resolved planetboris

    (@planetboris)


    Hello, is it possible for the light box in your Premium Media Grid widget to open right away in full screen mode, specifically in Tablet/Mobile view? When clicking on an image in the grid I would like the lightbox to launch immediately into fullscreen mode without having to activate it by clicking again, the current default method.

    Thanks and best regards

    • This topic was modified 4 years, 8 months ago by planetboris.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @planetboris,

    Thanks for contacting Leap13 support!

    Could you please navigate to widget settings > Images/Videos > open any item and enable Whole Image Lightbox option and let me know if that is what you’re looking for?

    Here’s a screenshot for more clarification.

    Regards

    Thread Starter planetboris

    (@planetboris)

    Hi Leap, it doesn’t change anything, Just to clarify, when you open a lightbox, the image appears, then you can choose to make it fullscreen, with the magnifying glass icon. I would like the option to open in fullscreen right away when launching (opening) the lightbox, without the extra step of clicking again on the fullscreen icon.

    Thanks

    Plugin Author Leap13

    (@leap13)

    Hi @planetboris

    Hope you’re doing well today 🙂

    Unfortunately, there’s no direct option to achieve this, but I believe the CSS lines below can help. So, could you please add them in your page and let me know if it helps?

    .pp_pic_holder.pp_default {
         width: 100%!important;
         margin-top:-100px !important;
         left: 0!important;
         overflow: hidden;
    }
     div.pp_default .pp_content_container .pp_left {
         padding-left: 0!important;
    }
     div.pp_default .pp_content_container .pp_right {
         padding-right: 0!important;
    }
     .pp_content {
         width: 100%!important;
         height: auto!important;
    }
     .pp_fade {
         width: 100%!important;
         height: 100%!important;
    }
     a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
         display: none!important;
    }
     #pp_full_res img {
         width: 100%!important;
         height: auto!important;
    }
     .pp_details {
         box-sizing: border-box;
         width: 100%!important;
         padding-left: 3%;
         padding-right: 4%;
         padding-top: 10px;
         padding-bottom: 10px;
         background-color: #fff;
         margin-top: -2px!important;
    }
     a.pp_close {
         right: 10px!important;
         top: 10px!important;
    }

    Regards

    Thread Starter planetboris

    (@planetboris)

    Hi Leap, thanks alot! That’s awesome, I will try it out later and give you feedback.
    Thanks again, Cheers!

    Plugin Author Leap13

    (@leap13)

    Great, please let me know if you need any further assistance 🙂

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Premium Media Grid light box’ is closed to new replies.