Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #464898

    Hello,

    If you look here: http://www.ericsmeets.nl/ilona-en-maurice-bij-de-biesenhof/
    and click on an image it will get larger in the lightbox. But the size that it becomes is too small imo. Is it possible to increase this size?
    Maybe I have missed something here.

    Thanks, Eric!

    #465798

    Hey EricSmeets!

    Please add following code to Functions.php file in Appearance > Editor

    function change_lightbox_size() {
    	return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);

    Regards,
    Yigit

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