I recently implemented unslider to create a slideshow that spans 100% of the width on my website. Everything seemed to be working fine until I tried resizing the screen, and the slides remained the same size as they were initially loaded. Here is the code snippet I used: http://jsfiddle.net/MLh9k/
width:100%;
I attempted using "width:100%;" on the slides, but it didn't fix the issue. While I am familiar with HTML, CSS, and some basic JavaScript, creating slideshows is new territory for me. If you have a simpler method to create a full-width slideshow with buttons, text, responsive background images, please share some examples or fiddles. Your assistance would be greatly appreciated.
Thank you very much!