Using filmstrip large code for filmstrip small/medium
brandofamily
Registered Users Posts: 2,013 Major grins
In customizing my filmstrip page I found that I needed to widen a few things. Widening the #thumbnails was easy to do, but it b0rged things a bit. The image coming into the frame starts too far away from the arrow and seemingly pops into the screen instead of scrolling in as it should do....
If you put this page in filmstrip (large then small/medium) I think you'll see the issue... http://brandolinoimaging.smugmug.com/keyword/basketball
Any way to call the code for the large filmstrip and have it "play" for the small/medium filmstrip(s)?
If you put this page in filmstrip (large then small/medium) I think you'll see the issue... http://brandolinoimaging.smugmug.com/keyword/basketball
Any way to call the code for the large filmstrip and have it "play" for the small/medium filmstrip(s)?
0
Comments
Gus
I'm off to the beach for a week right now, Anthony ...
Portfolio • Workshops • Facebook • Twitter
play around with these bits of code
/*Single Image Large and FilmStrip Large Styles*/
.Large #stylebar {width:810px; margin-left:9px; _margin-left:9px !important;}
.filmstrip #filmstrip {width:810px !important;}
#filmstrip .albumNav {width:782px !important; margin-left:0px !important; _margin-left:0px !important; }
.filmstrip #stylebar {width:810px; margin-left:9px; _margin-left:9px !important;}
#filmstrip #moveContainer {width:750px !important; height:118px;}
#filmstrip #thumbnails {width:700px !important; height: 108px !important;}
Anthony, dunno what to tell you but if I remove your css then everything is fine.
Portfolio • Workshops • Facebook • Twitter
To get everything to line up as I wish in the filmstrip style, I had to widen the arrows at the ends of the strip (#movecontainer). Now the images appear as if from nowhere instead of scrolling out as they used to. I'm sure this is due to the code that created the small/medium filmstrip #move container using too few images to create the slides we see. The large version of filmstrip uses 1 more slide and thus scrolls seamlessly. Since MY #movecontainer is NOW the width of the large version... I wish to call the large version of the code instead of the small/medium version for the small/medium pages...
I hope that was clear...
www.ivarborst.nl & smugmug
www.ivarborst.nl & smugmug
can you give me a link to your test gallery...Please
Look at the end of the strip where the image appears....it no longer scrolls in w/ the adjustments...
www.ivarborst.nl & smugmug
If you would, go to my search gallery...
http://www.brandolinoimaging.com/keyword/austria
switch to filmstrip... use CSS edit to add your code.... let me know if it works... Thanks