MandaRyte
05-01-2015, 05:53 PM
I want to implement a photogallery with a vertical thumbnail slide on the right and the larger photo underneath. Both need to fit within the width and height of the viewable area of the right column of my two-column layout.
The gallery example that I want is here (http://www.javascriptbank.com/single-responsive-photo-gallery-plus-slideshow.html). The page layout that I am using is from this site here (http://www.dynamicdrive.com/style/layouts/item/css-left-frame-layout/).
In the right column I have a fixed header that is 200px high full width of the right column. I also have a sticky footer on this column. The active photo should fit the entire viewing area without scrolling to see it all. The thumbnail slider should be on the right as in the example above, but fit between the bottom of the header and the bottom of the screen without any adjustments to see it all.
Right now I can manipulate the thumbnail slider to do what I want, but the larger photo is too tall and creates a vertical scrollbar that is undesireable.
Can anyone help with the adjustments?? Thanks in advance.
The gallery example that I want is here (http://www.javascriptbank.com/single-responsive-photo-gallery-plus-slideshow.html). The page layout that I am using is from this site here (http://www.dynamicdrive.com/style/layouts/item/css-left-frame-layout/).
In the right column I have a fixed header that is 200px high full width of the right column. I also have a sticky footer on this column. The active photo should fit the entire viewing area without scrolling to see it all. The thumbnail slider should be on the right as in the example above, but fit between the bottom of the header and the bottom of the screen without any adjustments to see it all.
Right now I can manipulate the thumbnail slider to do what I want, but the larger photo is too tall and creates a vertical scrollbar that is undesireable.
Can anyone help with the adjustments?? Thanks in advance.