Title: [Plugin: NextGEN Scroll Gallery] Vertical thumbnail scrolling
Last modified: August 20, 2016

---

# [Plugin: NextGEN Scroll Gallery] Vertical thumbnail scrolling

 *  [bolczan](https://wordpress.org/support/users/bolczan/)
 * (@bolczan)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/)
 * Hello
    Is there a way to change how thumbnails are viewed? I’d like to have thumbnails
   on the right side of image scrolling vertically instead of thumbnails beneath
   image scrolling horizontally.
 * Thanks in advance,
    Cheers
 * [http://wordpress.org/extend/plugins/nextgen-scrollgallery/](http://wordpress.org/extend/plugins/nextgen-scrollgallery/)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/page/2/?output_format=md)

 *  Plugin Author [Benedikt Mo](https://wordpress.org/support/users/bmodesign2/)
 * (@bmodesign2)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390112)
 * in a komplex way… You need to change css and js.
 *  Thread Starter [bolczan](https://wordpress.org/support/users/bolczan/)
 * (@bolczan)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390265)
 * Aww 🙁 Well, thanks anyway 🙂
 *  [oliviaok](https://wordpress.org/support/users/oliviaok/)
 * (@oliviaok)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390325)
 * hi bolczan,
 * did you manage to change it to vertical stance?
 *  Thread Starter [bolczan](https://wordpress.org/support/users/bolczan/)
 * (@bolczan)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390326)
 * hi oliviaok,
 * Nope, i did not 🙁
 *  [oliviaok](https://wordpress.org/support/users/oliviaok/)
 * (@oliviaok)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390327)
 * Oh well, tempted to have a play with it and see if i can change it- although 
   my knowledge on coding is somewhat limited.
 * there are no other plugins that are similiar, i have searched everywhere, do 
   you know of any?
 *  [oliviaok](https://wordpress.org/support/users/oliviaok/)
 * (@oliviaok)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390328)
 * ok well im not skilled enough to work this out
 * would anyone care to make some suggestions to get the thumbnails to work vertically?
 * thanks
 *  Plugin Author [Benedikt Mo](https://wordpress.org/support/users/bmodesign2/)
 * (@bmodesign2)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390329)
 * Sorry, maybe later in another version.
 *  [oliviaok](https://wordpress.org/support/users/oliviaok/)
 * (@oliviaok)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390330)
 * ok never mind! this plugin is the closiest ive come to finding what i need.
 * BM0-design since you are the expert on this and have more knowledge than most
   do you know of any other plugins like this?
 * Ideally like the one gallery used on etsy:
    [http://www.etsy.com/listing/89426795/handwritten-invitations-with-calligraphy?ref=sr_gallery_1&ga_search_submit=&ga_search_query=handwritten+invitations&ga_view_type=gallery&ga_search_type=handmade&ga_facet=handmade](http://www.etsy.com/listing/89426795/handwritten-invitations-with-calligraphy?ref=sr_gallery_1&ga_search_submit=&ga_search_query=handwritten+invitations&ga_view_type=gallery&ga_search_type=handmade&ga_facet=handmade)
 * thanks for input anyway
 *  [mreshovel](https://wordpress.org/support/users/mreshovel/)
 * (@mreshovel)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390331)
 * hi there, i am in the process of making this verticle on the right for my own
   project, the only problem I run into is that the JS for the movement of the large
   image seems to center it based on the overall gallery dimensions (there is a 
   large gap to the left of the image, which it uses to scroll, also some of the
   image is cut off, and the window displaying white instead of the image in place.
   i’ve fixed this and below is the whole fix i did to make it to the right.
 * I have been flopping around in the files, and have done everything but make the
   thumb animations work (i have animation disavbled and in a grid layout to the
   right of the images. so i didnt bother) make a custom css for the styles(copy
   the content from the default css ) and then make both header and footer peices
   to float right or left, this really only matters if you have the thumbs under
   image selected)
 *     ```
       .scrollgallery .scrollGalleryHead{float:left;
         }
       .scrollgallery .scrollGalleryFoot{float:left;width:600px;
       }
       .scrollgallery .thumbarea{width:230px; max-width:230px;
   
       }
       ```
   
 * i think percents were working but i went deliberate, the important thing is that
   your total gallery needs to be total size i:e 825 in my case, youve got to mess
   with the overflow on the thumbs along with making them inline and the container
   having a max width or they will break out,
 * my problem i ran into is after doing this the php uses the total width of the
   slideshow instead of the images veiw window, along with a “margin” between them
   that uses total width.
    this was on line 311-ish of the file nngscrollgallery.
   php `$style='width:'.($newimagewidth-320).'px; height:'.($newimageheight).'px;
   max-width:'.($newimagewidth).'px; ';`
 * hope this helps, mabey after this project, ill export it as a template if you
   cats are interested
 *  [dsdmdesign](https://wordpress.org/support/users/dsdmdesign/)
 * (@dsdmdesign)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390334)
 * [@mreshovel](https://wordpress.org/support/users/mreshovel/) I would love to 
   be able to use this!
 *  [fran330](https://wordpress.org/support/users/fran330/)
 * (@fran330)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390338)
 * Just discovered this plugin. Love it!
    I really needed the thumbs bar to be vertical
   though. So I thought I’d share the changes I applied to the CSS sheet. See code
   below.
 * **The only problem I still have is that, the way I did, the vertical bar gets
   a scroll bar if the total of thumbnails goes over the height of the scroll gallery.
   It’s OK but not great…
    If someone knows how to avoid that and rather have the
   same effect as with the horizontal bar of thumbs, please, post 🙂
 * To see the result of my CSS, check this page –> [http://www.ebadidon.be/galerie/galerie-lebadiscaphe/](http://www.ebadidon.be/galerie/galerie-lebadiscaphe/)
 * The following values suit my settings and would probably need to be changed by
   anyone else :
    – the top margin of **.scrollgallery .scrollGalleryFoot**_ – the
   height of **.scrollgallery .thumbarea** – the width of .scrollgallery **.scrollGalleryFoot**(
   this fits with 50 X 50 thumbnails)
 * The other changes include several changes that are not essential and just belong
   to my taste.
 * **The margin and height mentioned above are probably not the best way to do. 
   I guess there’s a way so that you wouldn’t have to change those values each time
   you change your settings… Again, is someone knows better, pleas post.**
 * _[CSS moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please just post a link to your site.]_
 *  [fran330](https://wordpress.org/support/users/fran330/)
 * (@fran330)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390339)
 * Ah well, the codes I just posted are gone (sory for not having read the forum
   rules about codes). I don’t have the courage to upload them somewhere now. If
   interested, contact me.
 *  [fran330](https://wordpress.org/support/users/fran330/)
 * (@fran330)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390340)
 * OK already got contacted twice so here are the codes
    Scroll Gallery main css:
   [http://pastebin.com/GxA0PuyV](http://pastebin.com/GxA0PuyV)
 * Scroll Gallery Gray design css :
    [http://pastebin.com/e6Ay1Buu](http://pastebin.com/e6Ay1Buu)
 *  [Rockz0r](https://wordpress.org/support/users/rockz0r/)
 * (@rockz0r)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390351)
 * wow thx…like it 🙂
 *  [jubileelewis](https://wordpress.org/support/users/jubileelewis/)
 * (@jubileelewis)
 * [14 years ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/#post-2390356)
 * Hello,
    I got my scroll working, but then the scroll images is shaking when my
   mouse enter for the auto scroll. Did anyone have a solution?
 * site is at [http://www.crossmap.com/2012NEW/00_WP/](http://www.crossmap.com/2012NEW/00_WP/)
   
   gmail at jubilee.lewis

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/page/2/?output_format=md)

The topic ‘[Plugin: NextGEN Scroll Gallery] Vertical thumbnail scrolling’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nextgen-scrollgallery_2c1d0b.svg)
 * [NextGEN Scroll Gallery](https://wordpress.org/plugins/nextgen-scrollgallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-scrollgallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-scrollgallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-scrollgallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-scrollgallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-scrollgallery/reviews/)

 * 21 replies
 * 12 participants
 * Last reply from: Anonymous User 8953667
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-vertical-thumbnail-scrolling/page/2/#post-2390370)
 * Status: not resolved