Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    you can change the file fwgm-shrt-code.php

    by replacing:

    $lout .= '<div class="createPopup gmbdm-map createPopup-'.$option.'" style="overflow: auto;"><div class="innerdiv" style="border:10px solid #000000; z-index:999999999;position:relative; margin:auto; display:block; height:'.$fgm_glightbox_height.'px; width:'.$fgm_glightbox_width.'px;"><div class="cf-close"></div><iframe  height='.$fgm_glightbox_height.'px width='.$fgm_glightbox_width.'px src="'.$map_url.'"></iframe></div></div>';

    with:

    $fgm_blackbox_height=$fgm_glightbox_height+20;
    
    $lout .= '<div class="createPopup gmbdm-map createPopup-'.$option.'" style="overflow: auto;"><div class="innerdiv" style="border:10px solid #000000; z-index:999999999;position:relative; margin:auto; display:block; height:'.$fgm_blackbox_height.'px; width:'.$fgm_glightbox_width.'px;"><div class="cf-close"></div><iframe  height='.$fgm_glightbox_height.'px width='.$fgm_glightbox_width.'px src="'.$map_url.'"></iframe></div></div>';

    Best
    Sebastian

    … and to get rid of the linked “WPF” watermark/sign (what is against the rules for WP plugins, as we read in another post here) you can simply delete the

    <a class="wpf_ref" href="'.$from_this.'" target="_blank">WPF</a>

    in the same file (both two appearences of that code).

    Best
    Sebastian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox Border Smaller than Map’ is closed to new replies.