Looking to implement a solution on a personal project but don't know if it is possible. Would love to have two buttons on left and right of page where if clicked would take you to new page or previous page.
Screenshot:
But here's the kicker, There will be fullscreen stretched bg's. and the two arrows will be positioned 100% full width of browser.
Doe's anyone know of a solution to this problem?
You can use this jquery plugin to create fullscreen slider (i think you want to slider that i see in example website). It has good documentation. And also you can create slider from your html. I mean it doesn't only need images.
I'd recommend this plugin Fullpage.js - http://alvarotrigo.com/fullPage/
<div id="fullpage">
<div class="section">my section 1</div>
<div class="section">my section 2</div>
$(document).ready(function() {
$('#fullpage').fullpage();
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With