ResponsiveSlides.js
ResponsiveSlides.js copied to clipboard
Make images to 100% height
Is it possible to make the image to cover the screen..?
+1
Use <li> with background.
You can do this with HTML, CSS, or JavaScript independently of ResponsiveSlides. This project takes a group of divs, stacks them, and lets you fade between them. If you can make the <ul> full-screen, then it will be fullscreen. I do it all the time. An example on CodePen.
Use unordered list with the background and set width:100% and height:100%. I guess this will do.