- This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘Other’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Hello,
I’m trying to achieve a background image rotation very similar to this: http://www.rapturecamps.com/ . Something that’s fullscreen and has clickable buttons to change the image. I’ve been searching for tutorials all over the web, but haven’t really found anything that achieves this goal.
I’ve tested and successfully implemented methods such as this: http://ma.tt/2003/05/a-better-image-rotator/ . However, I’m now looking to improve the presentation to something more smooth, like the example seen in rapturecamps.com. Any suggestions would be greatly appreciated!
It’s relatively easy, use a slider, modify the css to fill the entire screen, and then wala, you have a full screen slider…. I wrote my own plugin like this, but I don’t share it, sorry about that.
Thanks for the reply. Do you have a recommendation on a slider that would be easy to use?
The following plugin isn’t exactly tailored to your needs, but something similar. I recommend you have a look.
http://buildinternet.com/project/supersized/
Also, as devsign noted, You could easily modify an existing responsive slider to stretch the width of the screen. You could try modifying flexslider.
http://www.woothemes.com/flexslider/
That site is using supersized.
Thank you for all the feedback everyone! I’ll give it a look.