Button to move to end of Gallery

hadronhadron Registered Users Posts: 95 Big grins

Hello,
At the bottom of the Smugmug Gallery Style, there are buttons to move quickly to different pages of a gallery. I use the Collage Landscape gallery style which does not provide a way to move quickly to a different spot in a gallery.

Is there a way (via CSS) to add a button which, when clicked, will move you to the LAST PHOTO in that gallery, or skip forward 20 (or so) photos in that gallery?

Using the Windows scroll slider is not practical for large galleries...

Thanks, Hadron.

Comments

  • hadronhadron Registered Users Posts: 95 Big grins

    Or is there a way to use the Smugmug Gallery style, but not display the thumbnails?
    Hadron

  • leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins

    Could certainly write up some CSS that hid the thumbnails. For exampel, some crude quick CSS that I haven't tested would be:

            /* Hide the SM style thumbnails */
            .sm-gallery-tilesnav {
                display: none;
            }
    

    You'd probably then want some code to move the page indicator around and maybe increase the space for the photo.

    I'll take this general topic as a feature request. Also feel free to propose it at feedback.smugmug.com so we can get votes on how people might like this.

    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • hadronhadron Registered Users Posts: 95 Big grins

    Thanks Leftquark. I'll test your CSS, and will put in a feature request for the nav on the Collage Landscape gallery style.

Sign In or Register to comment.