Okay
  Public Ticket #1548977
Hide thumbnails on gallery load
Closed

Comments

  • Jordan started the conversation

    Hi, 

    I have many photo galleries using the Compact Theme. I would like the gallery to auto hide the thumbnails unloading. So then users can use the up arrow if they want to view the thumbnails. 

    If this can't be done, is their a way to hide the thumbnails completely?

    Thanks

    Jordan

  •  529
    Igor replied

    Hi,

    you can remove the thumb strip by adding this code to your custom CSS file

    .ug-strip-panel {
        display: none;
    }
    

    Regards,
    Igor

  • Jordan replied

    Thanks Igor. If I use that code it does remove the thumbnails but unfortunately dramatically reduces the size of the large gallery photos. 

    Jordan

  •  529
    Igor replied

    Hi,

    I just checked and I don't see any change in the large image when I apply that CSS code live on the site

    Regards,
    Igor