Adugmoubbor
New Member
Ok so here's the deal.I've decided that I want to not use a jquery plugin for this as I want to learn and keep things as clean as possible.I'm trying to create a fullscreen horizontal slideshow.I have a container div that's 100% width & height.I have a sub-container with a width of say 999%within that sub-container I have images floating left, but here's the problem:I want each image to be the width of the main container div or 100% and not the sub-container. I'm making it so the images resize proportionately depending on browser size so I can't give it a specific px size. Any idea how I can go about this? I've already tried using jquery on window resize to get and set the image div size to the document size but for some reason it does not work. As soon as I resize the window the image width jumps over 100% of the document width.