Gallery Full Screen

  • This topic has 6 replies, 4 voices, and was last updated 5 years ago by Andre Flores.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #937990

    Is possible to show the images of the gallery of an accommodation on a lightbox or something like that, I would to see it on full screen

    #938364

    Hey, I’m currently also trying to achieve this, any help from any professionals would be greatly appreciated!

    #938740
    This reply has been marked as private.
    #939195

    Hello, post has been made private? can anyone suggest a solution to this?
    Many thanks

    #939292

    Hi, Alvaro and Sharron!

    You may achieve this by adding the following code to your theme functions.php file (add it to child theme function.php file if you are using it):

    add_action('booklium_render_single_room_gallery', 'booklium_single_room_type_gallery_add_link_to_file');
    
    function booklium_single_room_type_gallery_add_link_to_file() {
    add_filter('mphb_loop_room_type_gallery_main_slider_image_link', function (){
    return 'file';
    });
    }

    The above code will link gallery images to the image file. In order to add a lightbox you may use some additional plugins, e.g. Responsive Lightbox & Gallery.

    Regards,
    Andre

    #941057

    Merci. Wait and see

    #941621

    Hi, Luis!

    You are always welcome.
    Anyone who also needs this feature, feel free to let me know by commenting this topic.

    Regards,
    Andre

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.