Remove Slideshow Button
To remove the slideshow button add the following to your CSS:
/* Remove the slideshow button */ .sm-gallery-slideshow-button { display: none; }
Comments