ResponsiveSlides.js icon indicating copy to clipboard operation
ResponsiveSlides.js copied to clipboard

Make images to 100% height

Open jm-kumaresh opened this issue 10 years ago • 4 comments

Is it possible to make the image to cover the screen..?

jm-kumaresh avatar Nov 25 '15 07:11 jm-kumaresh

+1

MadMikeyB avatar Jan 22 '16 15:01 MadMikeyB

Use <li> with background.

kayaz avatar Feb 05 '16 14:02 kayaz

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.

sheriffderek avatar Mar 04 '16 05:03 sheriffderek

Use unordered list with the background and set width:100% and height:100%. I guess this will do.

ctrlaltvikas avatar Jul 06 '16 09:07 ctrlaltvikas