Filmstrip as full width scroller
-
Hi Jacob, I’m developing another project in parallel with the one you’ve seen before, so this is unrelated. For this project, I’m trying to display a filmstrip to function as a scroller of the photos in a particular album. The photos are all a (small) fixed height, but vary in width. I want them to show in the filmstrip at their full size, but the only way I could figure out how to do this was to play with the thumbnail size, height, and width to match these image sizes. But it seems that will mess up any future use of the thumbnail in different places on the website. Is there a better way to do this?
Second problem I ran into is that I can’t figure out how to get rid of the left and right margins that are there to hold the left and right arrows. The arrows themselves are invisible as desired, but I also want the margin to not be there since I’m trying to do a full width scroller. There was no class or id in the divs that contain these and set the left and right margins, so I couldn’t get all the way back to that point with “display: none;” The controls are currently set as invisble in the CSS, but that doesn’t work the same as display none which collapses the space entirely.
Still on a local development environment with this one, so nothing to show you at the moment.
Thanks, Karen
- The topic ‘Filmstrip as full width scroller’ is closed to new replies.