Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    How do i remove the spyglass from the slideshow?
    • CommentAuthorTommy M
    • CommentTimeJul 7th 2006
     
    in gallery.php look for

    $output = '<div class="large-thumb-toolbar" style="width:'.$config["max_display_size"].'">
    '.$large_link.$prev_url.$stop_url.$play_url.$next_url.'</div>';

    and delete

    .$large_link

    T